forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.38 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.38 KB
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
{
"name": "polis",
"version": "0.0.0",
"description": "polis =====",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "14.7.0"
},
"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": "5.0.0",
"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.9.4",
"intercom.io": "1.5.0",
"lru-cache": "3.0.0",
"mimelib": "0.2.19",
"nodemailer": "^6.4.6",
"nodemailer-mailgun-transport": "^2.0.0",
"oauth": "0.9.14",
"optimist": "0.3.7",
"p3p": "0.0.2",
"pg": "7.4.3",
"pg-connection-string": "2.0.0",
"pg-native": "3.0.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"
}
}