-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1009 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "viewer",
"version": "0.0.1",
"homepage": "http://ady.my",
"description": "Android SDK Library Repository Viewer",
"author": {
"name": "Hariadi Hinta",
"email": "[email protected]",
"url": "https://github.com/hariadi/viewer"
},
"repository": {
"type": "git",
"url": "https://github.com/hariadi/viewer.git"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"assemble": "^0.4.37",
"assemble-contrib-permalinks": "^0.3.4",
"assemble-contrib-sitemap": "^0.2.1",
"assemble-contrib-toc": "~0.1.2",
"grunt": "^0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-convert": "~0.1.9",
"grunt-curl": "~1.4.0",
"handlebars-helper-prettify": "~0.2.1",
"matchdep": "~0.3.0"
},
"keywords": [
"android",
"sdk",
"repository"
]
}