-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.15 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
{
"name": "final-project-template",
"version": "1.0.0",
"description": "The content below is an example project proposal / requirements document. Replace the text below the lines marked \"__TODO__\" with details specific to your project. Remove the \"TODO\" lines.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-spring-2022/final-project-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-spring-2022/final-project-template/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-spring-2022/final-project-template#readme",
"dependencies": {
"express": "^4.17.3",
"express-session": "^1.17.2",
"hbs": "^4.2.0",
"mongoose": "^6.2.10",
"mongoose-url-slugs": "^0.1.4",
"multer": "^1.4.4",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.0.0"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-plugin-mocha": "^10.0.3"
}
}