-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.64 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
46
47
48
49
50
51
52
{
"_from": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"_id": "homebridge-kb-broadlink-sp",
"_inBundle": false,
"_integrity": "",
"_location": "/homebridge-kb-broadlink-sp",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"rawSpec": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"saveSpec": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"fetchSpec": "https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER"
],
"_resolved": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git#4b0d886a1d0ad8e146c46293ec076ce4afc5ac3f",
"_spec": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git",
"_where": "/home/pi",
"author": "",
"bundleDependencies": [],
"dependencies": {},
"deprecated": false,
"description": "Homebridge plugin for Broadlink SP2/3",
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"homepage": "https://bitbucket.org/kuzenkos/homebridge-broadlink-sp#readme",
"keywords": [
"homebridge-plugin",
"broadlink",
"sp",
"broadlinksp",
"plugin",
"homebridge",
"sp2"
],
"license": "MIT",
"main": "index.js",
"name": "homebridge-kb-broadlink-sp",
"repository": {
"type": "git",
"url": "git+https://[email protected]/kuzenkos/homebridge-broadlink-sp.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.9"
}