servo-car
Version:
Basic control API for a two-servo car-like robot
33 lines (32 loc) • 685 B
JSON
{
"name": "servo-car",
"version": "1.0.0",
"description": "Basic control API for a two-servo car-like robot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Frijol/servo-car.git"
},
"keywords": [
"car",
"sumobot",
"tessel",
"servo",
"controls"
],
"author": "Kelsey Breseman",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Frijol/servo-car/issues"
},
"homepage": "https://github.com/Frijol/servo-car",
"dependencies": {
"servo-pca9685": "^0.1.3"
},
"hardware": {
"./examples": false
}
}