-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "demo-god",
"version": "1.0.0",
"description": "A demo platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benfoxall/demo-god.git"
},
"author": "Ben Foxall (@benjaminbenben)",
"license": "MIT",
"bugs": {
"url": "https://github.com/benfoxall/demo-god/issues"
},
"homepage": "https://github.com/benfoxall/demo-god#readme",
"dependencies": {
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"chokidar": "^1.6.0",
"commander": "^2.9.0",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"ioredis": "^2.4.0",
"mkdirp": "^0.5.1",
"node-dir": "^0.1.16",
"os-homedir": "^1.0.1",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"pug": "^0.1.0",
"pusher": "^1.5.0",
"replacestream": "^4.0.2",
"request": "^2.75.0",
"rimraf": "^2.5.4",
"stream-replace": "^1.0.0",
"tar-fs": "^1.13.2",
"tar-stream": "^1.5.2",
"tmp": "0.0.29"
},
"bin": {
"demo-god": "./cli.js"
}
}