UNPKG

1.4 kBJSONView Raw
1{
2 "name": "iobroker.node-red",
3 "description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
4 "version": "0.3.1",
5 "author": {
6 "name": "bluefox",
7 "email": "bluefox@ccu.io"
8 },
9 "contributors": [
10 {
11 "name": "bluefox",
12 "email": "bluefox@ccu.io"
13 }
14 ],
15 "homepage": "https://github.com/ioBroker/ioBroker.node-red",
16 "license": "Apache 2.0",
17 "keywords": [
18 "ioBroker",
19 "node-red",
20 "home automation"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/ioBroker/ioBroker.node-red"
25 },
26 "optionalDependencies": {
27 "js2xmlparser": "*",
28 "fs.notify": "*",
29 "feedparser": "*",
30 "mongodb": "*"
31 },
32 "dependencies": {
33 "node-red": "~0.10.4",
34 "fs.notify": "*",
35 "js2xmlparser": "*",
36 "feedparser": "*",
37 "mongodb": "*"
38 },
39 "devDependencies": {
40 "grunt": "~0.4.4",
41 "grunt-replace": "~0.7.6",
42 "grunt-contrib-jshint": "~0.10.0",
43 "grunt-jscs": "~0.6.1",
44 "grunt-http": "~1.4.1",
45 "grunt-contrib-clean": "~0.5.0",
46 "grunt-contrib-compress": "~0.8.0",
47 "grunt-contrib-copy": "~0.5.0",
48 "grunt-exec": "~0.4.5"
49 },
50 "bugs": {
51 "url": "https://github.com/ioBroker/ioBroker.node-red/issues"
52 },
53 "main": "main.js",
54 "scripts": {
55 "test": "echo \"Error: no test specified\" && exit 1"
56 },
57 "readmeFilename": "README.md"
58}