forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "polis",
"version": "0.0.0",
"description": "polis =====",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "6.11.1",
"npm": "3.3.8"
},
"repository": {
"type": "git",
"url": "git://github.com/pol-is/polisServer.git"
},
"author": "",
"license": "",
"dependencies": {
"@google-cloud/translate": "^1.0.0",
"@slack/client": "^3.5.3",
"akismet": "0.0.11",
"async": "0.1.22",
"aws-sdk": "^2.78.0",
"babel-eslint": "^6.0.4",
"badwords": "0.0.3",
"bcrypt": "0.8.6",
"bluebird": "3.5.0",
"boolean": "^0.1.3",
"connect-timeout": "1.9.0",
"eslint": "2.13.1",
"express": "3.21.2",
"fb": "1.0.2",
"http-proxy": "0.10.4",
"intercom-client": "2.8.7",
"intercom.io": "1.4.0",
"lru-cache": "3.0.0",
"mailgun": "0.4.3",
"mimelib": "0.2.19",
"mongodb": "2.0.46",
"oauth": "0.9.14",
"optimist": "0.3.7",
"optional": "^0.1.3",
"p3p": "0.0.2",
"pg": "6.1.6",
"pg-connection-string": "0.1.3",
"pg-native": "1.10.0",
"pushover-notifications": "0.1.9",
"replacestream": "4.0.0",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"response-time": "2.3.1",
"simple-oauth2": "0.2.1",
"sql": "0.34.0",
"stripe": "~2.5.0",
"underscore": "1.8.3",
"valid-url": "1.0.9",
"winston": "1.0.2"
},
"optionalDependencies": {
"polisServerBrand": "git+https://github.com/colinmegill/polisServerBrand.git#master"
}
}