-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "vSky_onlineStore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pg07codes/vSky_onlineStore.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pg07codes/vSky_onlineStore/issues"
},
"homepage": "https://github.com/pg07codes/vSky_onlineStore#readme",
"dependencies": {
"base-64": "^0.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-hbs": "^1.0.4",
"express-session": "^1.15.6",
"mysql2": "^1.6.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^5.15.1"
}
}