-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 987 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
39
40
41
42
43
44
45
{
"name": "frontier-silicon-adapter",
"display_name": "Frontier Silicon Internet Radio",
"version": "0.8.5",
"description": "Frontier Silicon Internet Radio support",
"author": "bewee",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"keywords": [
"iot",
"adapter",
"frontier-silicon",
"radio"
],
"homepage": "https://github.com/bewee/frontier-silicon-adapter",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/bewee/frontier-silicon-adapter.git"
},
"bugs": {
"url": "https://github.com/bewee/frontier-silicon-adapter/issues"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0"
},
"files": [
"LICENSE.md",
"README.md",
"SHA256SUMS",
"manifest.json",
"index.js",
"lib/"
],
"dependencies": {
"mkdirp": "^1.0.3",
"node-fetch": "^2.6.1",
"node-ssdp": "^4.0.0",
"request": "^2.88.2",
"xml2js": "^0.4.23"
}
}