UNPKG

1.29 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.1.3",
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": "*",
28 "fs.notify": "*",
29 "feedparser": "*",
30 "mongodb": "*"
31 },
32 "dependencies": {
33 "node-red": "^0.15.2"
34 },
35 "devDependencies": {
36 "grunt": "^0.4.5",
37 "grunt-replace": "^0.9.3",
38 "grunt-contrib-jshint": "^0.11.2",
39 "grunt-jscs": "^2.0.0",
40 "grunt-http": "^1.6.0",
41 "request": "^2.69.0",
42 "mocha": "^2.3.4",
43 "chai": "^3.4.1"
44 },
45 "bugs": {
46 "url": "https://github.com/ioBroker/ioBroker.node-red/issues"
47 },
48 "main": "main.js",
49 "scripts": {
50 "test": "node node_modules/mocha/bin/mocha"
51 },
52 "readmeFilename": "README.md"
53}