-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 909 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": "zuzuxia",
"version": "0.0.1",
"author": "zhanheng",
"description": "node for zuzuxia",
"keywords": [
"javascritpt,nodejs"
],
"license": "MIT",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "~4.13.3",
"body-parser": "~1.13.3",
"serve-favicon": "~2.3.0",
"morgan": "~1.6.1",
"cookie-parser": "~1.3.5",
"express-session": "~1.11.3",
"connect-mongo": "~0.8.2",
"mongoose": "~4.1.1"
},
"devDependencies": {
"bower": "~1.2.8",
"browserify": "2.36.1",
"cheerio": "^0.19.0",
"grunt": "~0.4.1",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"promise": "^7.0.4",
"q": "^1.4.1",
"request": "^2.65.0",
"wechat-oauth": "^1.1.0"
},
"main": "app.js"
}