-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1004 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
{
"name": "book_bunch",
"version": "1.0.0",
"description": "a book shelf crud app",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"method-override": "^2.3.9",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg-promise": "^5.7.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js",
"debugging": "DEBUG=*:* npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llouison/Project_03_Book_Bunch.git"
},
"author": "Ahsan, Lisa, Alaiksei",
"license": "ISC",
"bugs": {
"url": "https://github.com/llouison/Project_03_Book_Bunch/issues"
},
"homepage": "https://github.com/llouison/Project_03_Book_Bunch#readme"
}