digs-serial
Version:
Serial device bindings for Digs
84 lines (83 loc) • 2.03 kB
JSON
{
"name": "digs-serial",
"version": "0.1.0",
"description": "Serial device bindings for Digs",
"main": "lib/index.js",
"scripts": {
"prepublish": "digs-dev install && grunt usbIds",
"test": "grunt eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digsjs/digs-serial.git"
},
"keywords": [
"digs",
"digs-plugin",
"five",
"johnny",
"local",
"j5",
"serial",
"serialport",
"arduino"
],
"author": {
"name": "Christopher Hiller",
"email": "boneskull@boneskull.com",
"url": "https://boneskull.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/digsjs/digs-serial/issues"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/digsjs/digs-serial#readme",
"devDependencies": {
"board-io": "^3.0.4",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"codacy-coverage": "^1.1.3",
"codeclimate-test-reporter": "^0.1.1",
"digs": "^0.2.2-0",
"digs-dev": "^0.2.14",
"digs-mqtt-broker": "^0.2.0",
"eslint": "^1.7.1",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^1.4.0",
"grunt-eslint": "^17.3.1",
"grunt-mocha-istanbul": "^3.0.1",
"hapi": "^8.8.1",
"istanbul": "^0.4.0",
"jit-grunt": "^0.9.1",
"load-grunt-config": "^0.17.2",
"mocha": "^2.3.3",
"pre-commit": "^1.1.1",
"rewire": "^2.3.4",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.2.1"
},
"dependencies": {
"JSONStream": "^1.0.4",
"ascoltatori": "^1.1.0",
"bluebird": "^2.10.2",
"boom": "^2.9.0",
"digs-common": "^0.2.2-14",
"fs-ext": "baudehlo/node-fs-ext",
"graceful-fs": "^4.1.2",
"johnny-five": "^0.8.104",
"mkdirp": "^0.5.1",
"pipe-event": "^0.1.0",
"progress": "^1.1.8",
"qlobber-fsq": "^0.3.1",
"serialport": "^2.0.1",
"split": "^1.0.0",
"through2": "^2.0.0"
}
}