forked from nikkow/node-red-contrib-tahoma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 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
{
"name": "node-red-contrib-tahoma",
"version": "0.2.0",
"description": "Control a Somfy Tahoma box from Node RED",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikkow/node-red-contrib-tahoma.git"
},
"keywords": [
"node",
"red",
"node-red",
"tahoma",
"somfy",
"home",
"automation"
],
"author": "Nicolas Nunge <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nikkow/node-red-contrib-tahoma/issues"
},
"homepage": "https://github.com/nikkow/node-red-contrib-tahoma#readme",
"node-red": {
"nodes": {
"tahoma": "tahoma.js"
}
},
"dependencies": {
"q": "1.5.1",
"request": "2.87.0"
}
}