-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 743 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "instajam",
"version": "2.0.3",
"description": "Instajam is a JavaScript wrapper for the Instagram API.",
"homepage": "http://github.com/mikefowler/instajam",
"dependencies": {},
"main": "src/instajam.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "~0.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mikefowler/instajam.git"
},
"author": "Mike Fowler",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mikefowler/instajam/blob/master/LICENSE"
}
],
"readmeFilename": "README.md"
}