-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1021 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": "node-red-contrib-eesmart-d2l",
"version": "1.0.2",
"description": "Converts the data sent by the D2L into readable data.",
"keywords": [
"node-red",
"eesmart",
"d2l",
"linky"
],
"author": "@Zehir",
"license": "MIT",
"homepage": "https://github.com/deconz-community/node-red-contrib-eesmart-d2l",
"bugs": {
"url": "https://github.com/deconz-community/node-red-contrib-eesmart-d2l/issues/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconz-community/node-red-contrib-eesmart-d2l.git"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Zehir"
},
"files": [
"eesmart-d2l.html",
"eesmart-d2l.js",
"*.md"
],
"scripts": {
"release": "changeset publish"
},
"packageManager": "[email protected]",
"dependencies": {
"eesmart-d2l": "^1.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.6"
},
"node-red": {
"nodes": {
"eesmart-d2l": "eesmart-d2l.js"
}
}
}