forked from ngminhtrung/fcchn-blog-backend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 864 Bytes
/
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
{
"name": "fcchn-blog-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www --exec babel-node",
"jsdoc": "./node_modules/jsdoc/jsdoc.js -c jsdoc.json"
},
"dependencies": {
"@feathersjs/errors": "^3.2.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"docdash": "^0.4.0",
"express": "~4.15.5",
"express-validation": "^1.0.2",
"express-validator": "^4.3.0",
"http-status": "^1.0.1",
"lodash": "^4.17.4",
"log4js": "^2.5.2",
"mongoose": "^5.0.1",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5",
"validator": "^9.4.1"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"nodemon": "^1.14.11"
}
}