forked from WhiteaglePT/homebridge-meobox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
{
"name": "homebridge-meobox-bypof",
"version": "1.0.5",
"description": "Meo Box plugin for homebridge, idempotent power function version",
"main": "dist/meobox-accessory.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "POFerro <pjfsferro@gmail.com>",
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin"
],
"license": "ISC",
"files": [
"LICENSE",
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/POFerro/homebridge-meobox.git"
},
"bugs": {
"url": "http://github.com/POFerro/homebridge-meobox/issues"
},
"dependencies": {
"meo-controller": "JosePedroDias/meo-controller"
},
"devDependencies": {
"@types/node": "10.17.19",
"typescript": "^3.8.3",
"rimraf": "^3.0.2",
"homebridge": "^1.0.4"
}
}