-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 KB
/
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
44
45
{
"name": "booksamillion",
"version": "0.0.1",
"description": "A basic demo web application using mongodb, express and nodejs to manage books for a book-club",
"main": "server.js",
"scripts": {
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Books",
"mongodb",
"express.js",
"node.js"
],
"author": "obinna a. kalu",
"license": "MIT",
"repository": "https://github.com/obkalu/BooksAMillion",
"bugs": {
"email": "[email protected]"
},
"contributors": [
"Obinna A. Kalu ([email protected])"
],
"homepage": "https://github.com/obkalu/BooksAMillion",
"engines": {},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.3",
"express-validator": "^3.2.1",
"moment": "^2.18.1",
"mongoose": "^4.11.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.2"
},
"devDependencies": {
"bower":"1.8.0",
"eslint":"4.2.0"
}
}