forked from basvanrooten/hwl-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 796 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
{
"name": "hwl-api",
"version": "1.0.0",
"description": "Custom built HWL API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basvanrooten/hwl-api.git"
},
"author": "Bas van Rooten",
"license": "ISC",
"bugs": {
"url": "https://github.com/basvanrooten/hwl-api/issues"
},
"homepage": "https://github.com/basvanrooten/hwl-api#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"morgan": "^1.9.1",
"node-cache": "^5.1.2",
"node-localstorage": "^1.3.1",
"nodemon": "^1.19.4",
"sha1": "^1.1.1",
"tracer": "^0.9.8"
}
}