-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"name": "final-project-yinoxu",
"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": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-YinoXu.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-YinoXu/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-YinoXu#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"http": "^0.0.1-security",
"mongoose": "^6.7.0",
"node-sass": "^8.0.0",
"nodemon": "^2.0.20",
"passport": "^0.6.0",
"path": "^0.12.7",
"sass-loader": "^13.2.0",
"selenium-webdriver": "^4.7.0",
"socket.io": "^4.5.4",
"url": "^0.11.0",
"vue-fortune-wheel": "^1.0.3"
},
"keywords": [],
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.1.0"
}
}