forked from homebridge/HAP-NodeJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 955 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
{
"name": "hap-nodejs",
"version": "0.4.51",
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">=4.3.2"
},
"dependencies": {
"buffer-shims": "^1.0.0",
"tweetnacl": "^1.0.1",
"debug": "^2.2.0",
"fast-srp-hap": "^1.0.1",
"ip": "^1.1.3",
"bonjour-hap": "^3.5.1",
"node-persist": "^0.0.11",
"decimal.js": "^7.2.3"
},
"devDependencies": {
"simple-plist": "0.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node BridgedCore.js"
},
"repository": {
"type": "git",
"url": "https://github.com/KhaosT/HAP-NodeJS.git"
},
"author": "Khaos Tian <[email protected]> (http://tz.is/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KhaosT/HAP-NodeJS/issues"
},
"homepage": "https://github.com/KhaosT/HAP-NodeJS"
}