-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 998 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 998 Bytes
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
{
"name": "chirp-net-backend",
"version": "1.0.0",
"description": "Provides database services for chirp-net client",
"main": "index.js",
"scripts": {
"test": "mocha ./test/tests.js --exit",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softgitron/Web-applications-project.git"
},
"author": "Roni Juntunen",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/softgitron/Web-applications-project/issues"
},
"homepage": "https://github.com/softgitron/Web-applications-project#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.3.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^6.2.2",
"mysql2": "^2.0.1"
}
}