nitrogen-reactor
Version:
This module adds support for reactorCommand and reactorStatus messages. These messages are used to control a Nitrogen reactor. It also provides the ReactorManager class for interpreting message streams and driving the attached reactor. This project is by
35 lines (34 loc) • 694 B
JSON
{
"name": "nitrogen-reactor",
"homepage": "https://github.com/nitrogenjs/commands",
"author": "Tim Park <timfpark@gmail.com>",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./manager",
"repository": {
"type": "git",
"url": "https://github.com/nitrogenjs/commands.git"
},
"version": "0.2.2",
"dependencies": {
"nitrogen": "~0.2"
},
"devDependencies": {
"mocha": "~1.17",
"nitrogen-file-store": "~0.2",
"yuidocjs": "*"
},
"scripts": {
"prepublish": "scripts/build-module",
"test": "mocha"
},
"keywords": [
"devices",
"iot",
"nitrogen"
]
}