-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1003 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
{
"name": "nanoleaf-adapter",
"display_name": "Nanoleaf",
"version": "0.1.3",
"main": "main.js",
"description": "Adapter for Nanoleaf devices",
"keywords": [
"adapter",
"nanoleaf",
"aurora"
],
"homepage": "https://github.com/roderm/nanoleaf-adapter",
"author": "Roman Odermatt",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/roderm/nanoleaf-adapter.git"
},
"bugs": {
"url": "https://github.com/roderm/nanoleaf-adapter/issues"
},
"files": [
"LICENSE",
"README.md",
"SHA256SUMS",
"main.js",
"manifest.json",
"node_modules",
"lib/nanoleaf-adapter.js",
"lib/nanoleaf-db.js",
"lib/nanoleaf-device.js",
"lib/nanoleaf-scanner.js"
],
"dependencies": {
"color-convert": "^2.0.1",
"node-ssdp": "^4.0.0",
"request": "^2.88.2",
"rxjs": "^6.6.3"
}
}