UNPKG

1.67 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": "1.17.2",
5 "author": {
6 "name": "bluefox",
7 "email": "dogafox@gmail.com"
8 },
9 "contributors": [
10 {
11 "name": "bluefox",
12 "email": "dogafox@gmail.com"
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": "^4.0.1",
28 "fs.notify": "^0.0.4",
29 "feedparser": "^2.2.9",
30 "mongodb": "^3.5.6"
31 },
32 "dependencies": {
33 "node-red": "^1.0.6",
34 "node-red-contrib-os": "^0.1.7",
35 "node-red-dashboard": "^2.21.0",
36 "node-red-contrib-aggregator": "^1.5.0",
37 "node-red-contrib-polymer": "^0.0.22",
38 "node-red-node-email": "^1.7.8",
39 "node-red-node-feedparser": "^0.1.15",
40 "node-red-node-sentiment": "^0.1.6",
41 "node-red-node-twitter": "^1.1.6",
42 "@iobroker/adapter-core": "^2.3.1"
43 },
44 "devDependencies": {
45 "gulp": "^4.0.2",
46 "request": "^2.88.2",
47 "mocha": "^7.1.2",
48 "chai": "^4.2.0"
49 },
50 "bugs": {
51 "url": "https://github.com/ioBroker/ioBroker.node-red/issues"
52 },
53 "main": "main.js",
54 "scripts": {
55 "test": "node node_modules/mocha/bin/mocha --exit"
56 },
57 "readmeFilename": "README.md"
58}