-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 917 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
36
37
38
39
40
41
42
43
{
"name": "juiceup",
"version": "1.0.0",
"description": "Keba KeContact wallbox manager",
"main": "juiceup.js",
"scripts": {
"start": "node ./app.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bonnee/JuiceUp.git"
},
"keywords": [
"keba",
"kecontact",
"ev",
"charge",
"wallbox"
],
"author": "Matteo Bonora",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Bonnee/JuiceUp/issues"
},
"homepage": "https://github.com/Bonnee/JuiceUp#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9",
"express": "^4.16.3",
"http-errors": "~1.6.2",
"i18n": "^0.8.5",
"ip": "^1.1.5",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"pug": "^2.0.3",
"socket.io": "^2.5.0"
},
"devDependencies": {
"jest": "^24.4.0"
}
}