forked from freahs/node-red-contrib-node-tradfri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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": "node-red-contrib-node-tradfri",
"version": "0.1.2",
"description": "Node-RED node to utilize IKEA Trådfri devices. Fully implemented in Node.js.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freahs/node-red-contrib-node-tradfri.git"
},
"keywords": [
"node-red",
"ikea",
"tradfri"
],
"author": {
"name": "freahs",
"email": "[email protected]"
},
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^8.5.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"gulp-typescript": "^3.2.3",
"typescript": "^2.6.2"
},
"dependencies": {
"node-tradfri-client": "^0.5.5"
},
"node-red": {
"nodes": {
"tradfri": "dist/node-tradfri.js"
}
}
}