-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 921 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
{
"name": "hap-nodejs",
"version": "0.4.16",
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
"main": "Core.js",
"engines": {
"node": ">=4.3.2"
},
"dependencies": {
"buffer-shims": "^1.0.0",
"curve25519-n": "^1.1.0",
"debug": "^2.2.0",
"ed25519": "^0.0.4",
"fast-srp-hap": "^1.0.0",
"ip": "^1.1.3",
"mdns": "^2.3.2",
"node-persist": "^0.0.8"
},
"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"
}