-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.2 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
{
"_from": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"_id": "iobroker.mihome-vacuum@1.1.7",
"_inBundle": false,
"_integrity": "sha512-7wivNDQ5O1AupMFGZEnYPWr2e2jJDH372uQqqH9PbIsebbasOYKIZzX+U+veL1iOWzGm77ANUOHoUUAYG7NQWw==",
"_location": "/iobroker.mihome-vacuum",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"rawSpec": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"saveSpec": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"fetchSpec": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"_shasum": "343c25c25c2ca4842ec0f975fa0b3f19c4c20013",
"_spec": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/tarball/master",
"_where": "/",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum/issues"
},
"bundleDependencies": false,
"dependencies": {
"@iobroker/adapter-core": "^1.0.3"
},
"deprecated": false,
"description": "Control your mihome vacuum cleaner with ioBroker",
"devDependencies": {
"@iobroker/testing": "^1.1.12",
"axios": "^0.18.0",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"mocha": "^6.0.2"
},
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum",
"keywords": [
"ioBroker",
"mihome-vacuum"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.mihome-vacuum",
"repository": {
"type": "git",
"url": "git+https://github.com/iobroker-community-adapters/ioBroker.mihome-vacuum.git"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:integration": "mocha test/integration --exit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "1.1.7"
}