forked from colorpeach/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 851 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
{
"name": "doc",
"version": "0.0.1",
"description": "a web for generate js file doc",
"main": "app.js",
"dependencies": {
"body-parser": "~1.2.0",
"cookie-parser": "~1.1.0",
"express": "~4.2.0",
"method-override": "~1.0.0",
"serve-static": "~1.1.0",
"express-session": "~1.1.0",
"less": "~1.7.0",
"jade": "~1.3.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-ie-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jsdoc",
"web"
],
"author": "[email protected]",
"license": "MIT",
"engines": {
"node": "0.10.x"
}
}