forked from ioBroker/ioBroker.artnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.98 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
{
"name": "iobroker.artnet",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "0.1.6",
"author": {
"name": "hobbyquaker",
"email": "[email protected]"
},
"homepage": "https://github.com/ioBroker/ioBroker.artnet",
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.artnet.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.artnet/blob/master/LICENSE"
}
],
"keywords": [
"DMX",
"artnet"
],
"dependencies": {
"artnet": "^1.0.5"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.artnet/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT",
"readme": "![Logo](admin/artnet.png)\nioBroker.artnet\n===============\n[![NPM version](http://img.shields.io/npm/v/iobroker.artnet.svg)](https://www.npmjs.com/package/iobroker.artnet)\n[![Downloads](https://img.shields.io/npm/dm/iobroker.artnet.svg)](https://www.npmjs.com/package/iobroker.artnet)\n\n[![NPM](https://nodei.co/npm/iobroker.artnet.png?downloads=true)](https://nodei.co/npm/iobroker.artnet/)\n\nControl DMX512 Devices via an Art-Net node\n\nYou can read more about art-net (here)[http://www.ulrichradig.de/home/index.php/avr/dmx-avr-artnetnode].\n\n## Changelog\n### 0.1.4 (2016-10-18)\n* (bluefox) add action interval\n\n### 0.1.1 (2016-10-14)\n* (bluefox) completely rewritten\n\n### 0.0.1 (2014-10-19)\n* (hobbyquaker) working on device management\n",
"readmeFilename": "README.md",
"gitHead": "45a78776ae94d40a2f81250b6c1add93ed22cd5d",
"_id": "[email protected]",
"_shasum": "e1b1995bcbf03a1b77a200f0bd9622389373068e",
"_from": "iobroker.artnet@latest"
}