-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "icy-smoke",
"version": "1.0.0",
"description": "My app description",
"scripts": {
"deploy": "npm test && git push heroku master",
"start": "nodemon index.js --exec babel-node --presets es2015,stage-2"
},
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"body-parser": "^1.15.1",
"compression": "^1.6.2",
"connect-alerts": "^0.1.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.2.1",
"express-validator": "^2.20.4",
"get-root-path": "^2.0.2",
"jade": "^1.11.0",
"joi": "^10.6.0",
"lodash": "^4.17.4",
"method-override": "^2.3.5",
"moment": "^2.18.1",
"mongoose": "4.7.4",
"morgan": "^1.7.0",
"node-cron": "^1.2.1",
"nodemailer": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.12.0"
},
"engines": {
"node": "6.1.0"
}
}