forked from bailicangdu/node-weixin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.74 KB
/
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
47
48
49
50
51
52
{
"name": "node-weixin",
"version": "1.0.0",
"description": "wechat",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development supervisor --harmony index.js",
"local": "cross-env NODE_ENV=local supervisor --harmony index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production pm2 start index.js --node-args='--harmony' --name 'node-weixin'",
"stop": "cross-env NODE_ENV=production pm2 stop index.js --name 'node-weixin'",
"restart": "cross-env NODE_ENV=production pm2 restart index.js --node-args='--harmony' --name 'node-weixin'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bailicangdu/node-weixin.git"
},
"keywords": [
"node",
"vue"
],
"author": "cangdu",
"license": "MIT",
"bugs": {
"url": "https://github.com/bailicangdu/node-weixin/issues"
},
"homepage": "https://github.com/bailicangdu/node-weixin#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"config-lite": "^1.5.0",
"connect-flash": "^0.1.1",
"connect-history-api-fallback": "^1.3.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.0.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"mongodb": "^2.2.27",
"mongoose": "^4.10.4",
"node-fetch": "^1.7.0",
"socket.io": "^2.0.1",
"supervisor": "^0.12.0",
"time-formater": "^1.0.1"
}
}