forked from michbeck100/pimatic-hap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "pimatic-hap",
"description": "Pimatic plugin for creating Homekit Accessories from existing pimatic devices",
"author": "Michael Kotten <[email protected]> (https://github.com/michbeck100/pimatic-hap)",
"main": "hap.coffee",
"files": [
"accessories",
"test",
"hap.coffee",
"README.md",
"hap-config-schema.coffee",
"LICENSE"
],
"version": "0.9.2",
"homepage": "https://github.com/michbeck100/pimatic-hap",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/michbeck100/pimatic-hap.git"
},
"configSchema": "hap-config-schema.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"hap-nodejs": "0.4.13",
"color-convert": "1.0.0"
},
"devDependencies": {
"blanket": "^1.2.2",
"bluebird": "^3.3.4",
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.8",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.4.5",
"chai": "3.5.0"
},
"peerDependencies": {
"pimatic": "~0.9.0"
},
"engines": {
"node": ">0.10.x",
"npm": ">1.1.x"
}
}