spheron-accel
Version:
Get accelerometer data from Sphero
25 lines (24 loc) • 497 B
JSON
{
"name": "spheron-accel",
"version": "0.0.1",
"description": "Get accelerometer data from Sphero",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:parshap/spheron-accel"
},
"keywords": [
"sphero",
"spheron",
"accelerometer",
"orbotix"
],
"author": "Parsha Pourkhomami",
"license": "Public Domain",
"dependencies": {
"through": "~2.3.4"
}
}