-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 842 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 842 Bytes
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
{
"name": "kickstart",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"bunyan": "*",
"clone": "^1.0.2",
"colors": "*",
"cors": "*",
"cron": "*",
"crypto": "*",
"dateformat": "^1.0.12",
"debug": "*",
"express": "*",
"express-validator": "^2.20.3",
"firebase": "*",
"forever": "0.15.1",
"fs": "*",
"jade": "*",
"json2csv": "^3.4.1",
"jsonwebtoken": "*",
"kew": "*",
"lodash": "*",
"morgan": "*",
"msg91": "*",
"msg91-sms": "*",
"multer": "0.1.8",
"node-gcm": "^0.9.15",
"orchestrate": "*",
"passport": "*",
"passport-http-bearer": "*",
"random-string": "*",
"request": "*",
"s3fs": "*",
"validator": "*"
}
}