-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.47 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
{
"name": "iobroker.nanoleaf-lightpanels",
"version": "1.5.0",
"description": "ioBroker adapter to control nanoleaf devices",
"author": {
"name": "daniel_2k",
"email": "[email protected]"
},
"maintainers": [
{
"name": "daniel_2k",
"email": "[email protected]"
}
],
"homepage": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels",
"license": "MIT",
"keywords": [
"nanoleaf",
"light panels",
"canvas",
"shapes",
"aurora",
"light",
"led",
"rgb"
],
"repository": {
"type": "git",
"url": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"eventsource": "^2.0.2",
"underscore": ">= 1.13.6"
},
"devDependencies": {
"@iobroker/testing": "^4.1.0",
"axios": "^1.4.0",
"chai": "^4.3.10",
"eslint": "^8.46.0",
"axios": "^1.6.0",
"chai": "^4.3.10",
"eslint": "^8.52.0",
"gulp": "^4.0.2",
"mocha": "^10.2.0"
},
"main": "main.js",
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"lint": "eslint",
"release": "node node_modules/@alcalzone/release-script/bin/release.js"
},
"bugs": {
"url": "https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels/issues"
},
"readmeFilename": "README.md"
}