-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "discohands",
"version": "1.0.0",
"description": "Democratically choose topics to discuss",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git://github.com/busbud/discohands"
},
"author": "Busbud, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/busbud/discohands/issues"
},
"homepage": "https://github.com/busbud/discohands",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.6.5",
"compression": "^1.0.11",
"connect-redis": "^3.0.0",
"errorhandler": "^1.1.1",
"express": "^4.8.4",
"express-session": "^1.7.6",
"faker": "^2.0.1",
"jade": "^1.5.0",
"lodash": "^4.17.5",
"marked": "^0.7.0",
"moment": "^2.8.1",
"mongoose": "^5.7.5",
"morgan": "^1.2.3",
"passport": "^0.2.0",
"passport-google-oauth": "^0.1.5",
"redis": "^0.12.1",
"superagent": "^3.7.0",
"snyk": "^1.232.0"
},
"snyk": true
}