-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 852 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
34
35
{
"name": "spullen_delen",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimWelter/Programmeren4_Eindopdr_2.git"
},
"author": "Tim Welter, Thomas Notenboom",
"license": "ISC",
"bugs": {
"url": "https://github.com/TimWelter/Programmeren4_Eindopdr_2/issues"
},
"homepage": "https://github.com/TimWelter/Programmeren4_Eindopdr_2#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"express": "^4.16.3",
"jwt-simple": "^0.5.1",
"mocha": "^5.1.1",
"moment": "^2.22.1",
"morgan": "^1.9.0",
"mysql": "^2.15.0"
},
"devDependencies": {
"nodemon": "^1.17.3"
}
}