-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
46
47
{
"name": "books_management_system",
"version": "1.0.0",
"description": "This is my graduation project",
"main": "app.js",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"connect-mongo": "^1.3.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"express-session": "^1.15.2",
"moment": "^2.18.1",
"mongoose": "^4.9.7",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"pug": "^2.0.0-rc.1",
"serve-favicon": "^2.4.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nodemon": "^0.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoooofu/books_management_system.git"
},
"keywords": [
"node.js",
"express",
"mongodb",
"javascript"
],
"author": "guoooofu",
"license": "ISC",
"bugs": {
"url": "https://github.com/guoooofu/books_management_system/issues"
},
"homepage": "https://github.com/guoooofu/books_management_system#readme"
}