forked from ioBroker/ioBroker.node-red
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.6 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "iobroker.node-red",
"description": "This adapter uses node-red as a service of ioBroker. No additional node-red instance required.",
"version": "2.4.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.node-red",
"license": "Apache-2.0",
"keywords": [
"ioBroker",
"node-red",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.node-red"
},
"optionalDependencies": {
"js2xmlparser": "^4.0.1",
"fs.notify": "^0.0.4",
"feedparser": "^2.2.10",
"mongodb": "^3.6.10",
"node-red-contrib-os": "^0.2.1"
},
"dependencies": {
"node-red": "^1.3.5",
"node-red-dashboard": "^2.30.0",
"node-red-contrib-aggregator": "^2.0.0",
"node-red-contrib-polymer": "^0.0.22",
"node-red-node-email": "^1.12.2",
"node-red-node-feedparser": "^0.2.1",
"node-red-node-sentiment": "^0.1.6",
"node-red-node-twitter": "^1.2.0",
"@iobroker/adapter-core": "^2.5.0"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.0",
"axios": "^0.21.1",
"gulp": "^4.0.2",
"request": "^2.88.2",
"mocha": "^9.0.2",
"chai": "^4.3.4"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.node-red/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "node node_modules/@alcalzone/release-script/bin/release.js"
},
"readmeFilename": "README.md"
}