-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (44 loc) · 1.14 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-BticinoLegrand2",
"version": "0.0.7",
"description": "A homebridge plugin for MyHome integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdomotica/homebridge-BticinoLegrand2.git"
},
"keywords": [
"homebridge-plugin"
],
"author": {
"name": "Sandro Di Marco"
},
"license": "ISC",
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"bugs": {
"url": "https://github.com/sdomotica/homebridge-BticinoLegrand2/issues"
},
"homepage": "https://github.com/sdomotica/homebridge-BticinoLegrand2#readme",
"dependencies": {
"request": "^2.65.0",
"async": "^2.0.1"
},
"maintainers": [
{
"name": "sdomotca",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/homebridge-creskit-1.1.7.tgz_1474468925890_0.6578604320529848"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/homebridge-creskit/-/homebridge-creskit-1.1.7.tgz"
}