-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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": "airbnb_simulation",
"version": "1.0.0",
"description": "Class project",
"main": "app.js",
"dependencies": {
"amqp": "^0.2.6",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^1.0.0",
"express": "4.14.0",
"express-session": "^1.14.1",
"loadtest": "*",
"method-override": "^2.3.6",
"mocha": "^3.2.0",
"moment": "^2.17.0",
"mongodb": "^2.2.10",
"mongoose": "^4.6.5",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-http": "*",
"passport-local": "*",
"passport-local-mongoose": "^4.0.0",
"redis": "^2.6.3",
"request": "^2.79.0",
"serve-favicon": "^2.3.0",
"url": "^0.10.1",
"winston": "*"
},
"devDependencies": {
"bcryptjs": "^2.3.0",
"cron": "^1.1.1",
"daterange": "^0.3.0",
"moment": "^2.17.0",
"underscore": "^1.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/parvezpatel30/Airbnb-Prototype/issues"
},
"homepage": "https://github.com/parvezpatel30/Airbnb-Prototype#readme"
}