forked from topcoat/navigation-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 971 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
43
{
"name": "topcoat-navigation-bar",
"version": "0.4.1",
"description": "Topcoat navigation bar skin",
"directories": {
"test": "test",
"lib": "src",
"bin": "css"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/topcoat/navigation-bar.git"
},
"keywords": [
"css",
"topcoat",
"adobe",
"navigation",
"bar"
],
"author": "@dam Kristofer Joseph",
"license": "Apache2",
"devDependencies": {
"grunt-contrib-stylus": "~0.6.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-topdoc": "~0.1.3",
"topdoc-theme": "~0.2.6"
},
"dependencies": {
"topcoat-utils": "~0.1.0",
"topcoat-navigation-bar-base": "~0.5.0",
"topcoat-theme": "~0.5.9"
}
}