-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
77 lines (77 loc) · 1.87 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
{
"_from": "github:jac459/metadriver",
"_id": "@jac459/[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/@jac459/metadriver",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "jac459/metadriver",
"rawSpec": "jac459/metadriver",
"saveSpec": "github:jac459/metadriver",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:jac459/metadriver#dbc481e2e89d5fc24de110ccc828faaad3e33d4c",
"_spec": "jac459/metadriver",
"_where": "/home/pi/.meta",
"author": {
"name": "jac459"
},
"bugs": {
"url": "https://github.com/jac459/metadriver/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^3.2.0",
"dnssd2": " ^1.0.0",
"fs": "0.0.1-security",
"got": "^11.5.2",
"http.min": "^2.0.1",
"json-rpc2": "^2.0.0",
"jsonpath-plus": "^4.0.0",
"local-devices": "^3.0.0",
"lodash": "^4.17.19",
"meta": "^2.2.13",
"mqtt": "^4.2.0",
"neeo-sdk": "^0.53.8",
"socket.io-client": "^2.3.0",
"wake_on_lan": "^1.0.0",
"websocket": "^1.0.33",
"ws": "^7.4.3",
"xml2js": "^0.4.23",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
"deprecated": false,
"description": "full customizable driver to control any device with neeo (including list and device monitoring)",
"devDependencies": {
"eslint": "^7.8.1"
},
"homepage": "https://github.com/jac459/metadriver#readme",
"keywords": [
"neeo",
"meta",
"jac"
],
"license": "MIT",
"main": "meta.js",
"name": "@jac459/metadriver",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/jac459/metadriver.git"
},
"scripts": {
"start": "node meta.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}