forked from ssan9/Budgetly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 930 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
34
35
36
37
{
"name": "budgetly",
"version": "1.0.0",
"description": "A Web App to help you keep a track on your Budget",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VictorBargains/Budgetly.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VictorBargains/Budgetly/issues"
},
"homepage": "https://github.com/VictorBargains/Budgetly#readme",
"dependencies": {
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"faker": "^4.1.0",
"jsonwebtoken": "^7.4.1",
"mocha": "^4.0.1",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.7",
"morgan": "^1.9.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0"
}
}