-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 853 Bytes
/
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
{
"name": "meta",
"version": "1.0.4",
"description": ".meta, neeo RAD platform",
"main": "meta.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jac459/meta.git"
},
"keywords": [
"meta",
"neeo"
],
"author": "jac459",
"license": "MIT",
"bugs": {
"url": "https://github.com/jac459/meta/issues"
},
"homepage": "https://github.com/jac459/meta#readme",
"dependencies": {
"got": "^11.8.2",
"http.min": "^2.1.0",
"json-rpc2": "^2.0.0",
"jsonpath-plus": "^5.0.7",
"local-devices": "^3.1.0",
"mqtt": "^4.2.6",
"multicast-dns": "^7.2.3",
"neeo-sdk": "^0.53.8",
"socket.io-client": "2.4.0",
"wol": "^1.0.7",
"ws": "^7.5.0",
"xml2js": "^0.4.23",
"xpath": "0.0.32"
}
}