-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 938 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
39
{
"name": "wasteline",
"version": "1.0.1",
"description": "Town of Cary waste/recycling reminder app",
"main": "service.js",
"dependencies": {
"body-parser": "~1.8.1",
"buffer": "^4.5.0",
"cookie-parser": "~1.3.3",
"debug": "^2.6.9",
"errorhandler": "^1.4.3",
"express": "^4.16.4",
"hapi": "^8.2.0",
"http-proxy": "^1.8.1",
"jade": "~1.6.0",
"method-override": "^2.3.5",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"morgan": "~1.3.0",
"nedb": "^1.8.0",
"q": "^1.4.1",
"request-promise": "^0.4.0",
"send": "^0.11.1",
"serve-favicon": "~2.1.3",
"socket.io": "^1.4.5",
"stringformat": "0.0.5",
"stylus": "0.42.3",
"twilio": "^2.9.0"
},
"devDependencies": {
"feed": "^1.1.1",
"jshint": "^2.9.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ian Cillay",
"license": "ISC"
}