-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 879 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
40
{
"name": "gleekr",
"version": "1.0.0",
"private": true,
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"prod": "node app.js"
},
"keywords": [
"gleekr"
],
"dependencies": {
"apn": "^2.1.5",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-body-parser-json-error": "^0.1.0",
"express-fileupload": "^0.1.3",
"express-validator": "^3.2.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^7.4.1",
"moment": "^2.18.1",
"mongodb": "^2.2.26",
"mongoose": "^4.10.2",
"morgan": "~1.6.1",
"mosca": "^2.5.1",
"mqtt": "^2.8.2",
"node-cron": "^1.2.0",
"path": "^0.12.7",
"serve-favicon": "~2.3.0",
"twilio": "^3.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}