-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.58 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
80
81
82
83
84
85
86
{
"_from": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"_id": "iobroker.hp-ilo@1.0.6",
"_inBundle": false,
"_integrity": "sha512-mzIvnyH52VnEulgtwbS8R9Keq+A/4LxHQzbabRGNi/oEIGEJ8Td3FLFQoWYnmOTX172hnCHOwEVz0XlrjFZuCg==",
"_location": "/iobroker.hp-ilo",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"rawSpec": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"saveSpec": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"fetchSpec": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"_shasum": "0f3118c7ef035c66bdad8b6325da0149ef07fe6c",
"_spec": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master",
"_where": "/",
"author": {
"name": "Sebastian Schultz",
"email": "mail@sebastian-schultz.de"
},
"bugs": {
"url": "https://github.com/SebastianSchultz/iobroker.hp-ilo/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Sebastian Schultz",
"email": "mail@sebastian-schultz.de"
}
],
"dependencies": {
"@iobroker/adapter-core": "^1.0.3",
"request": "^1.0.0"
},
"deprecated": false,
"description": "ioBroker HP ILO",
"devDependencies": {
"@iobroker/testing": "^1.1.10",
"chai": "^4.2.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-http": "^2.2.0",
"grunt-jscs": "^3.0.1",
"grunt-replace": "^1.0.1",
"mocha": "^6.0.2"
},
"directories": {},
"dist": {
"shasum": "52d9bfcc96e56fbd4b7023c5722ec4b5f0c40871",
"tarball": "https://registry.npmjs.org/iobroker.hp-ilo/-/iobroker.hp-ilo-1.0.1.tgz"
},
"homepage": "https://github.com/SebastianSchultz/iobroker.hp-ilo",
"keywords": [
"ioBroker",
"hp-ilo",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "hp-ilo.js",
"maintainers": [
{
"name": "sebastianschultz",
"email": "mail@sebastian-schultz.de"
}
],
"name": "iobroker.hp-ilo",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianSchultz/ioBroker.hp-ilo.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.0.6"
}