-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1000 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
44
45
46
{
"name": "wechat",
"description": "node wechat",
"version": "1.0.0",
"author": "liangjianmin",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {},
"devDependencies": {
"body-parser": "^1.17.2",
"connect": "^3.6.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"cross-env": "^3.0.0",
"crypto": "^0.0.3",
"ejs": "^2.5.6",
"express": "^4.10.6",
"express-session": "^1.15.3",
"file-loader": "^0.9.0",
"fs": "^0.0.1-security",
"jade": "^1.11.0",
"memory-cache": "^0.1.4",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"morgan": "^1.8.2",
"mysql": "^2.5.4",
"node-sass": "^4.5.0",
"request": "^2.58.0",
"semver": "^5.3.0",
"serve-favicon": "^2.4.2",
"sha1": "^1.1.1",
"xml2js": "^0.4.17"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}