-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 988 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
{
"name": "second-hand-furniture-trading-website",
"version": "1.0.0",
"description": "COMS 6156",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halflkaka/Second-hand-furniture-trading-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/halflkaka/Second-hand-furniture-trading-website/issues"
},
"homepage": "https://github.com/halflkaka/Second-hand-furniture-trading-website#readme",
"dependencies": {
"aws-sdk": "^2.362.0",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"google-auth-library": "^2.0.1",
"jsonwebtoken": "^8.4.0",
"morgan": "^1.9.1",
"password-hash": "^1.2.2",
"promise": "^8.0.2",
"sails-mongo": "^1.0.1",
"sails-mysql": "^1.0.1",
"waterline": "^0.13.6"
}
}