-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (32 loc) · 912 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
{
"name": "hap-nodejs-community-types",
"version": "0.2.0-alpha0",
"description": "A collection of extension HAP Service and Characteristic types known to be used by HomeKit apps and accessories, for use with the HAP-NodeJS library.",
"main": "types.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SphtKr/hap-nodejs-community-types.git"
},
"preferGlobal": true,
"keywords": [
"HAP",
"HAP-NodeJS",
"Siri",
"HomeKit",
"Homebridge"
],
"engines": {
"hap-nodejs": ">=0.3.0"
},
"dependencies": {
},
"author": "S'pht'Kr <fthasphtkr@gmail.com> (https://github.com/SphtKr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SphtKr/hap-nodejs-community-types/issues"
},
"homepage": "https://github.com/SphtKr/hap-nodejs-community-types#readme"
}