forked from mockee/arkui
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 901 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
{
"name": "Arkui",
"version": "0.1.0",
"description": "Basic UI components for Douban Read.",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-jade": "~0.11.0",
"grunt-contrib-stylus": "~0.16.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-browserify": "~2.1.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-string-replace": "~0.2.7",
"stylus": "~0.45.1",
"fluidity": "~0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mockee/arkui.git"
},
"bugs": {
"url": "https://github.com/mockee/arkui/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
},
"engines": {
"node": "~0.10.15"
},
"keywords": [
"css",
"style",
"frontend",
"components"
]
}