forked from homebridge/HAP-NodeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 894 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
{
"name": "hap-nodejs",
"version": "0.0.4",
"description": "HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.",
"main": "index.js",
"dependencies": {
"curve25519": "git://github.com/KhaosT/node-curve25519",
"debug": "^2.2.0",
"ed25519": "git://github.com/KhaosT/ed25519",
"mdns": "^2.2.4",
"node-persist": "0.0.3",
"srp": "git://github.com/KhaosT/node-srp"
},
"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": "ISC",
"bugs": {
"url": "https://github.com/KhaosT/HAP-NodeJS/issues"
},
"homepage": "https://github.com/KhaosT/HAP-NodeJS"
}