-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "bukalelang-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./node_modules/pm2/bin/pm2 start bin/www --name bukalelang",
"dev": "nodemon ./bin/www",
"poststart": "./node_modules/pm2/bin/pm2 logs",
"prestart": "./node_modules/.bin/sequelize db:migrate && ./node_modules/.bin/sequelize db:seed:all",
"test": "mocha --timeout 20000"
},
"dependencies": {
"Base64": "^1.0.1",
"axios": "^0.16.1",
"body-parser": "~1.16.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"cron": "^1.2.1",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"ejs": "~2.5.5",
"email-templates": "^2.5.6",
"express": "~4.14.1",
"faker": "^4.1.0",
"firebase-admin": "^5.0.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"moment": "^2.18.1",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"node-ses": "^2.0.5",
"pg": "^6.1.5",
"pm2": "^2.4.4",
"request": "^2.81.0",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.3.2",
"slug": "^0.9.1",
"socket.io": "^1.7.3"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}