-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 KB
/
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
44
45
46
47
48
49
50
51
52
53
{
"name": "shenjs-nav",
"version": "0.0.1",
"description": "Nav",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"shenjs"
],
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"cirru-script": "^0.2.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.15.1",
"deku": "^0.4.8",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"node-libs-browser": "^0.5.2",
"run-sequence": "^1.1.1",
"stir-template": "^0.1.4",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"cirru-script": "^0.2.3",
"css-loader": "^0.15.1",
"coffee-loader": "^0.7.2",
"deku": "^0.4.8",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"run-sequence": "^1.1.1",
"stir-template": "^0.1.4",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsconfcn/shenjs-nav.git"
},
"bugs": {
"url": "https://github.com/jsconfcn/shenjs-nav/issues"
},
"homepage": "https://github.com/jsconfcn/shenjs-nav#readme"
}