-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
52
53
54
{
"name": "hotelhopperserver",
"version": "1.0.0",
"description": "Backend for the Hotel Hopper Platform",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "mocha --timeout 5000 --allow-uncaught --exit || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Charlesleonius/HotelHopperServer.git"
},
"author": "Hotel Hopper",
"license": "ISC",
"bugs": {
"url": "https://github.com/Charlesleonius/HotelHopperServer/issues"
},
"homepage": "https://github.com/Charlesleonius/HotelHopperServer#readme",
"dependencies": {
"aws-sdk": "^2.437.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"cors": "^2.8.5",
"decamelize": "^3.2.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-flash": "0.0.2",
"file-type": "^10.11.0",
"install": "^0.12.2",
"jsonwebtoken": "^8.5.1",
"knex": "^0.16.5",
"lodash": "^4.17.11",
"mocha-jenkins-reporter": "^0.4.1",
"moment": "^2.24.0",
"multer": "^1.4.1",
"nodemailer": "4.2.0",
"npm": "^6.9.0",
"objection": "^1.6.7",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pg": "^7.9.0",
"stripe": "^6.28.0",
"swagger-ui-express": "^4.0.2",
"validatorjs": "^3.15.1",
"winston": "^3.2.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1"
}
}