-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "homebridge-nubli",
"version": "1.0.2",
"description": "Platform plugin to manage Nuki Smart Locks via Bluetooth",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "./node_modules/typescript/bin/tsc",
"build-watch": "./node_modules/typescript/bin/tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"author": "Henry Spanka",
"keywords": [
"homebridge-plugin",
"nuki",
"nubli",
"bluetooth",
"homekit",
"lock",
"door",
"door-lock"
],
"repository": {
"type": "git",
"url": "git://github.com/henry-spanka/homebridge-nubli.git"
},
"bugs": {
"url": "https://github.com/henry-spanka/homebridge-nubli/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"devDependencies": {
"@types/noble": "0.0.38",
"@types/node": "^10.12.21",
"typescript": "^3.3.1"
},
"dependencies": {
"npm": "^5.7.1",
"nubli": "^1.0.1"
}
}