-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 973 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
38
39
40
41
42
{
"name": "hotelBookings",
"version": "1.0.0",
"description": "An app to integrate hotelng API",
"main": "server.js",
"scripts": {
"test": "test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andela-joladimeji/hotelBookingsAPI"
},
"author": "jumoke",
"license": "ISC",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.13.3",
"cron": "^1.0.9",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-session": "^1.11.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.0.4",
"http": "0.0.0",
"jade": "^1.11.0",
"jsonwebtoken": "^5.0.5",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"mongoose": "^4.1.6",
"morgan": "^1.6.1",
"multer": "^1.0.3",
"needle": "^0.10.0",
"newrelic": "^1.22.1",
"rand-token": "^0.2.1",
"request": "^2.63.0"
},
"engines": {
"node": "0.10.34"
}
}