forked from amrithm98/Spot-That-Fire-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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": "spotthatfire-backend",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "DEBUG=app,rpmcare:server,routes,middle nodemon ./bin/www",
"test": "mocha"
},
"dependencies": {
"archiver": "^3.0.0",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.4.7",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "^4.0.1",
"express": "^4.16.3",
"firebase": "^5.5.5",
"firebase-admin": "^6.0.0",
"helmet": "^3.4.0",
"jwt-simple": "^0.5.1",
"md5": "^2.2.1",
"morgan": "^1.9.0",
"mysql": "^2.13.0",
"mysql2": "^1.6.1",
"request": "^2.81.0",
"sendotp": "^1.2.9",
"sequelize": "^4.39.0",
"serve-favicon": "^2.5.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"apidoc": "^0.17.5",
"assert": "^1.4.1",
"expect": "^23.6.0",
"gulp": "^4.0.0",
"gulp-apidoc": "^0.2.5",
"gulp-foreach": "^0.1.0",
"gulp-mocha": "^6.0.0",
"gulp-open": "^3.0.1",
"gulp-replace": "^1.0.0",
"gulp-replace-task": "^0.11.0",
"should": "^13.2.3",
"supertest": "^3.0.0"
}
}