-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.12 KB
/
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
41
42
43
44
45
46
47
{
"name": "caf_adminstration",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "mocha",
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"@google-cloud/storage": "^2.5.0",
"async": "^2.6.2",
"bcrypt": "^3.0.4",
"bcrypt-nodejs": "0.0.3",
"bootstrap": "^4.3.1",
"braintree": "^2.16.0",
"chai": "^4.2.0",
"child-process-promise": "^2.2.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"firebase": "^5.9.2",
"firebase-admin": "^7.2.0",
"firebase-functions": "^2.2.1",
"gentelella": "^1.4.0",
"hbs": "^4.0.4",
"http-errors": "~1.6.2",
"mkdirp-promise": "^5.0.1",
"mongodb": "^3.1.6",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"node-schedule": "^1.3.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"stripe": "^6.25.1"
},
"main": "app.js",
"devDependencies": {
"mocha": "^5.2.0"
},
"author": "",
"license": "ISC",
"description": ""
}