-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 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
35
36
37
{
"name": "hotel-service",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"author": "Ashish Gupta <akg104@gmail.com>",
"dependencies": {
"async-lock": "^1.1.2",
"bunyan": "^1.8.12",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "~4.16.0",
"helmet": "^3.12.0",
"http-errors": "~1.6.2",
"joi": "^13.1.2",
"moment": "^2.22.1",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"newrelic": "^4.0.0",
"pug": "2.0.0-beta11",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"sequelize": "^2.0.0-rc1",
"sequelize-cli": "^4.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.1.0",
"sequelize-mock": "^0.10.2"
}
}