-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 998 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
37
38
39
40
41
42
43
{
"name": "express101-postgres",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"bookshelf": "^0.10.3",
"bookshelf-bcrypt": "^2.1.0",
"chalk": "^1.1.3",
"connect-session-knex": "^1.3.4",
"express": "^4.14.0",
"express-session": "^1.14.1",
"knex": "^0.12.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"bower": "^1.7.9"
},
"scripts": {
"db:seed": "node db/seeds.js",
"deploy": "git push heroku master",
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbd"
},
"keywords": [
"Pizza Store"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbd"
},
"homepage": "https://github.com/nss-day-cohort-14/tbd"
}