forked from topcoat/skin-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 874 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
41
42
{
"name": "skin-starter",
"version": "0.0.0",
"description": "TopCoat skin starter project",
"main": "button.css",
"directories": {
"test": "test"
},
"topcoat": {
"controls": {},
"utils": {
"topcoat/utils": ""
}
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/topcoat/skin-starter.git"
},
"keywords": [
"button",
"css",
"topcoat",
"base",
"adobe"
],
"author": "@dam Kristofer Joseph",
"license": "Apache",
"devDependencies": {
"grunt-contrib-stylus": "~0.5.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-jade": "~0.5.0",
"grunt-zip": "~0.7.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-topcoat": "0.0.6",
"grunt-contrib-cssmin": "~0.6.0"
}
}