-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "homekit-outlets",
"version": "1.0.1",
"description": "Self-contained HomeKit server for controlling wireless electrical outlets over radio frequency",
"main": "",
"scripts": {
"install-globals": "npm install --global gulp-cli gulp typescript",
"preinstall": "git submodule init && git submodule update && cd ./bridge/accessories/homebridge-rf-outlet/",
"install": "gulp build",
"postinstall": "",
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DEBUG=* homebridge -D -P ./bridge/accessories/ || true"
},
"keywords": [
"homekit",
"automation",
"homebridge",
"homebridge-server",
"hap",
"smart",
"iot"
],
"author": "Trent Rand <[email protected]>",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"homebridge": "^0.4.20",
"os": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-exec": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"typescript": "^2.3.4"
}
}