-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
48
49
50
51
{
"name": "api_hotel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "npm run jshint && npm run mocha"
},
"dependencies": {
"bluebird": "^3.3.3",
"body-parser": "^1.13.3",
"composable-middleware": "^0.3.0",
"compression": "^1.6.2",
"connect-mongo": "^1.2.1",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-jwt": "^3.0.0",
"express-session": "^1.11.3",
"jsonwebtoken": "^7.0.0",
"lodash": "^4.6.1",
"method-override": "^2.3.5",
"moment": "^2.14.1",
"mongoose": "^4.1.2",
"mongoose-paginate": "^5.0.0",
"morgan": "~1.7.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"nodemon": "^1.11.0"
},
"keywords": [
"api",
"node",
"mobi",
"express",
"mongodb",
"passport"
],
"author": "Maria Fernanda Serna",
"license": "MIT",
"engines": {
"node": "^8.9.4"
}
}