-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 883 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
{
"name": "jerrywechat",
"version": "0.0.1",
"description": "Wechat demo",
"engines": {
"node": "8.9.1"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"babel-core": "^6.26.0",
"body-parser": "^1.17.2",
"concat-stream": "^1.6.0",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"express": "^4.12.4",
"express-session": "^1.15.5",
"jssha": "^2.3.1",
"node-inspect": "^1.11.2",
"redis": "^2.6.11",
"request": "^2.81.0",
"wechat": "^2.1.0"
},
"devDependencies": {
"request": "^2.81.0",
"tape": "^4.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/i042416/jerrylist"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}