-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 896 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
{
"name": "MySpendings-server",
"version": "1.0.0",
"description": "Server code for MySpendings web application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"local": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Web-Tech-MySpendings/MySpendings-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Web-Tech-MySpendings/MySpendings-server/issues"
},
"homepage": "https://github.com/Web-Tech-MySpendings/MySpendings-server#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"mysql": "^2.16.0",
"nodemon": "^1.19.4",
"pg": "^7.18.2",
"rand-token": "^1.0.1"
}
}