forked from Wunan777/weixin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 812 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
{
"name": "bae-nodejs",
"version": "1.0.0",
"author": "bae",
"description": "wechat app!",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.2",
"moment": "^2.18.1",
"mongodb": "^2.2.26",
"path": "^0.12.7",
"raw-body": "^2.2.0",
"request": "^2.81.0",
"wechat": "^2.1.0",
"wechat-api": "^1.32.1"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.28.0",
"html-loader": "^0.4.5",
"jquery": "^3.2.1",
"style-loader": "^0.13.2",
"vue-loader": "^12.0.2",
"webpack": "^2.4.1"
}
}