-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
{
"name": "homebridge-tesla-powerwall",
"version": "3.1.0-Beta7",
"description": "Homebridge plugin for the Tesla Powerwall",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datMaffin/homebridge-tesla-powerwall.git"
},
"keywords": [
"homebridge-plugin",
"Tesla Powerwall"
],
"author": "Marvin Dostal",
"license": "ISC",
"bugs": {
"url": "https://github.com/datMaffin/homebridge-tesla-powerwall/issues"
},
"homepage": "https://github.com/datMaffin/homebridge-tesla-powerwall#readme",
"engines": {
"node": ">=6.17.1",
"homebridge": ">=0.9.0"
},
"dependencies": {
"fakegato-history": "^0.5.1",
"moment": "^2.22.1",
"request": "^2.87.0",
"util": "^0.10.4"
},
"devDependencies": {
"chalk": "^2.4.1",
"events": "^3.0.0",
"mocha": "^5.2.0",
"nock": "^9.3.3",
"nyc": "^12.0.2"
}
}