-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 773 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 773 Bytes
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
{
"name": "secret",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.10.1",
"cheerio": "^0.19.0",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"easymysql": "~0.2.7",
"ejs": "~2.1.4",
"ejs-mate": "^2.1.0",
"escape-html": "^1.0.2",
"express": "~4.11.0",
"express-session": "~1.11.1",
"form-data": "^0.2.0",
"iconv-lite": "^0.4.11",
"jade": "~1.9.2",
"jssha": "~1.6.0",
"mongoose": "^4.2.5",
"morgan": "~1.5.1",
"multer": "^1.1.0",
"promise": "^7.0.1",
"request": "~2.55.0",
"serve-favicon": "~2.2.0",
"wechat": "^2.0.2",
"wechat-api": "^1.9.0",
"wechat-oauth": "^1.0.1"
}
}