bb8-commander
Version:
A Node CLI Tool for Sphero BB8 Robot.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "bb8-commander",
"version": "2.2.0",
"description": "A Node CLI Tool for Sphero BB8 Robot.",
"main": "index.js",
"bin": {
"bb8": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mintuz/bb8-commander.git"
},
"keywords": [
"BB8",
"Sphero",
"BB8 Commander",
"BB8 Javascript",
"BB8 Robot",
"Sphero Robot",
"Robot"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mintuz/bb8-commander/issues"
},
"homepage": "https://github.com/mintuz/bb8-commander#readme",
"dependencies": {
"app-root-path": "^1.0.0",
"body-parser": "^1.14.2",
"commander": "^2.9.0",
"express": "^4.13.4",
"github": "^0.2.4",
"home-config": "^0.1.0",
"lodash": "^4.0.0",
"noble": "^1.3.0",
"play-sound": "0.0.7",
"request": "^2.67.0",
"sphero": "^0.7.0",
"twitter": "^1.2.5",
"keypress": "0.2.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}