forked from ioBroker/ioBroker.mysensors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.47 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_from": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"_id": "iobroker.mysensors@2.0.1",
"_inBundle": false,
"_integrity": "sha512-qSDIjE2WCz/0xozMxgnIrYRlcQmTsG1jQFU6sDkqepaekc0q6SRD+Y8LBGt3WhVzDSv4/ZZ9cNwqZDAWkncYGg==",
"_location": "/iobroker.mysensors",
"_phantomChildren": {
"@serialport/binding-mock": "2.0.5",
"@serialport/bindings": "2.0.8",
"@serialport/stream": "2.0.5"
},
"_requested": {
"type": "remote",
"raw": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"rawSpec": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"saveSpec": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"fetchSpec": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"_shasum": "2acdb80c44136674c138729881c3174113e9a18e",
"_spec": "https://github.com/mysensors-wired/ioBroker.mysensors/tarball/7454335fe7f135b0f59f63860bf6ce33588c554d",
"_where": "/opt/iobroker",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.mysensors/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Bluefox",
"email": "dogafox@gmail.com"
},
{
"name": "Vlad_k",
"email": "gstar-tools@rambler.ru"
}
],
"dependencies": {
"@iobroker/adapter-core": "^1.0.3",
"sensors": "2.0.0",
"serialport": "^7.1.5"
},
"deprecated": false,
"description": "ioBroker mysensors Adapter",
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"nan": "2.4.0"
},
"homepage": "https://github.com/ioBroker/ioBroker.mysensors",
"keywords": [
"ioBroker",
"mysensors",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.mysensors",
"optionalDependencies": {
"serialport": "^7.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.mysensors.git"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"version": "2.0.1"
}