forked from iobroker-community-adapters/ioBroker.lgtv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.73 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
87
88
89
90
91
92
{
"_from": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-FAzbI8KT2Ee1gdys0FBSexQD88e+cd3zhXWFBdTltNMeKrvqLgmAbuLC1j3Dl6OYgEsPQYDYIJNB0TQY6l4zZQ==",
"_location": "/iobroker.lgtv",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"rawSpec": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"saveSpec": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"fetchSpec": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"_shasum": "f382b24ca733a76a6b41ff9d430351e0f2a7d58b",
"_spec": "https://github.com/SebastianSchultz/ioBroker.lgtv/tarball/master",
"_where": "/opt/iobroker",
"author": {
"name": "Sebastian Schultz",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/SebastianSchultz/iobroker.lgtv/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Hobbyquaker",
"email": "[email protected]"
}
],
"dependencies": {
"@iobroker/adapter-core": "^1.0.3",
"lgtv2": "^1.4.1",
"websocket": "^1.0.31",
"wol": "^1.0.7"
},
"deprecated": false,
"description": "ioBroker LG WebOS SmartTV Adapter",
"devDependencies": {
"@iobroker/testing": "^1.1.10",
"chai": "^4.2.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-exec": "^3.0.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.lgtv/-/iobroker.lgtv-1.1.2.tgz"
},
"homepage": "https://github.com/SebastianSchultz/iobroker.lgtv",
"keywords": [
"ioBroker",
"lgtv",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "lgtv.js",
"maintainers": [
{
"name": "sebastianschultz",
"email": "[email protected]"
}
],
"name": "iobroker.lgtv",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianSchultz/ioBroker.lgtv.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.10"
}