-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.29 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "openevse_wifi",
"version": "1.0.2",
"description": "OpenEVSE WiFi server",
"main": "src/app.js",
"bin": {
"openevse_wifi": "./src/app.js"
},
"files": [
"src/"
],
"scripts": {
"test": "mocha --reporter spec",
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"lint": "eslint src"
},
"author": "Jeremy Poulter <[email protected]>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"debug": "^4.1.1",
"emoncms": "^1.0.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"minimist": "^1.2.0",
"mqtt": "^2.18.0",
"network": "^0.4.1",
"ohmhour": "^1.0.0",
"openevse": "^1.0.1",
"openevse_wifi_gui": "^1.0.0",
"serialport": "^6.2.0",
"ws": "^4.0.0",
"xmldoc": "^1.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^4.16.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.18.3",
"nyc": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openevse/openevse_wifi_server.git"
},
"bugs": {
"url": "https://github.com/openevse/openevse_wifi_server/issues"
},
"homepage": "https://github.com/openevse/openevse_wifi_server#readme",
"keywords": [
"evse"
]
}