devicestack
Version:
This module helps you to represent a device and its protocol.
75 lines (74 loc) • 1.51 kB
JSON
{
"name": "devicestack",
"version": "1.10.11",
"description": "This module helps you to represent a device and its protocol.",
"private": false,
"main": "index.js",
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.x"
},
"directories": {
"lib": "./lib",
"util": "./util"
},
"dependencies": {
"async": "=1.0.0",
"debug": "=2.2.0",
"eventemitter2": "=0.4.14",
"lodash": "=3.9.3",
"node-uuid": "=1.4.3",
"tv4": "=1.1.9"
},
"optionalDependencies": {
"serialport": "=1.7.1",
"ftdi": "=1.1.0",
"usb-detection": "=1.1.0",
"pm-notify": "=1.0.2"
},
"devDependencies": {
"mocha": ">=1.0.1",
"expect.js": ">=0.1.2",
"istanbul": ">=0.1.44"
},
"scripts": {
"test": "mocha",
"cov": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:adrai/devicestack.git"
},
"keywords": [
"device",
"devicestack",
"stack",
"connection",
"communication",
"serialport",
"usb",
"framehandler",
"protocol",
"framing",
"batchprocessing",
"frame",
"batch",
"command",
"task"
],
"author": "adrai",
"maintainers": [
{
"name": "adrai",
"email": "adriano@raiano.ch"
}
],
"homepage": "https://github.com/adrai/devicestack",
"bugs": {
"url": "https://github.com/adrai/devicestack/issues"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/adrai/devicestack/master/licence"
}
}