forked from firsttris/node-red-contrib-homematic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "node-red-contrib-homematic",
"version": "1.0.6",
"description": "node-red-node to control homematic devices",
"main": "homematic.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/firsttris/node-red-contrib-homematic.git"
},
"keywords": [
"homematic",
"node-red",
"internet-of-things",
"iot"
],
"author": "Tristan Teufel",
"license": "ISC",
"bugs": {
"url": "https://github.com/firsttris/node-red-contrib-homematic/issues"
},
"node-red" : {
"nodes" : {
"homematic": "homematic.js"
}
},
"devDependencies": {
"fs-extra": "0.11.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-lint-inline": "0.4.3",
"grunt-simple-mocha": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"mocha": "1.21.4",
"nock": "^0.48.0",
"should": "4.0.4",
"sinon": "1.10.3",
"supertest": "^0.13.0"
},
"homepage": "https://github.com/firsttris/node-red-contrib-homematic"
}