serial-servo-control
Version:
Serial Servo Controller (SSC)
48 lines (47 loc) • 887 B
JSON
{
"name": "serial-servo-control",
"version": "0.1.5",
"description": "Serial Servo Controller (SSC)",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gary-Ascuy/ssc.git"
},
"keywords": [
"servo",
"control",
"ssc",
"board",
"robot",
"hexapod",
"serial"
],
"author": "Gary Ascuy <gary.ascuy@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gary-Ascuy/ssc/issues"
},
"homepage": "https://github.com/Gary-Ascuy/ssc#readme",
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=4.4.7"
},
"dependencies": {
"commander": "^2.9.0",
"serialport": "^4.0.1",
"yamljs": "^0.2.8"
},
"devDependencies": {
"jasmine": "^2.4.1"
},
"preferGlobal": true,
"bin": {
"ssc": "./bin/main.js"
}
}