-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 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
{
"name": "phase2project",
"version": "1.0.0",
"description": "Inventory App",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mattalagala/Phase2Project.git"
},
"author": "Daisy Umotong, Adeel Rajwani, Matthew Alagala",
"bugs": {
"url": "https://github.com/mattalagala/Phase2Project/issues"
},
"homepage": "https://github.com/mattalagala/Phase2Project#readme",
"dependencies": {
"bootstrap": "^4.3.1",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"hbs": "^4.1.1",
"jquery": "^3.5.1",
"knex": "^0.21.1",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.2.1",
"startbootstrap-heroic-features": "^4.2.1"
},
"scripts": {
"start-dev": "nodemon app.js"
}
}