-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 979 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
{
"name": "sit-cs546-project",
"version": "1.0.0",
"description": "Bookmark Collection System",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raymondyin/sit-cs546-project.git"
},
"author": "Group 12: Shuhao Bai, XiWei Yin, Yuanxin Liu, Yue Lei, Zhehang Xu, Zihao Chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/raymondyin/sit-cs546-project/issues"
},
"homepage": "https://github.com/raymondyin/sit-cs546-project#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-session": "^1.16.1",
"mongodb": "^3.2.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-remember-me": "0.0.1",
"xss": "^1.0.6"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}