-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 Bytes
/
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
{
"name": "keep-works-public",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "~1.13.2",
"bower": "^1.7.2",
"cookie": "^0.2.3",
"cookie-parser": "~1.3.5",
"debug": "~> 2.6.9",
"express": "~4.13.1",
"force-ssl-heroku": "^1.0.2",
"helmet": "^2.1.2",
"jade": "~1.11.0",
"mailgun-js": "^0.7.10",
"memory-cache": "^0.1.4",
"moment": "^2.11.1",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"newrelic": "^1.27.2",
"node-uuid": "^1.4.7",
"node-zendesk": "^1.1.9",
"pdfkit": "^0.7.2",
"recaptcha-verify": "^0.1.0",
"restler": "^3.4.0",
"sanitize-html": "^1.11.4",
"serve-favicon": "~2.3.0",
"stripe": "^4.5.0",
"underscore": "^1.8.3",
"underscore.string": "^3.2.3",
"validator": "^5.3.0",
"xlsx-writestream": "^0.4.0"
}
}