-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 996 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 996 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
35
36
37
38
39
40
41
42
43
{
"name": "push",
"version": "1.0.0",
"description": "push server the heikuai",
"main": "pm2.json",
"scripts": {
"dev": "nodemon index.js",
"start": "pm2 start pm2.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/94cstyles/push.git"
},
"engines": {
"node": ">=7.6"
},
"author": "cstyles",
"license": "ISC",
"bugs": {
"url": "https://github.com/94cstyles/push/issues"
},
"homepage": "https://github.com/94cstyles/push#readme",
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"koa": "^2.0.0",
"koa-bodyparser": "^4.2.0",
"koa-ejs": "^4.0.0",
"koa-route": "^3.1.0",
"nodemailer": "^4.0.1",
"redis": "^2.6.1",
"socket.io": "^1.7.3",
"socket.io-emitter": "^2.0.0",
"socket.io-parser": "^3.1.2",
"socket.io-redis": "^4.0.0"
},
"devDependencies": {
"commander": "^2.9.0",
"node-uuid": "^1.4.7",
"request": "^2.72.0",
"socket.io-client": "^1.4.6"
}
}