olliejs
Version:
A javascript (node.js) API to control Ollie with Noble
29 lines (27 loc) • 631 B
JSON
{
"name": "olliejs",
"version": "2.1.5",
"description": "A javascript (node.js) API to control Ollie with Noble",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/omeryagmurlu/ollie.js.git"
},
"dependencies": {
"noble": "^1.1.0"
},
"tonicExample": "var ollie = new (require('olliejs'))('OLLIEUUID');",
"keywords": [
"Ollie",
"Orbotix",
"Sphero",
"API",
"Javascript"
],
"author": "Ömer Yağmurlu",
"license": "MIT",
"bugs": {
"url": "https://github.com/omeryagmurlu/ollie.js/issues"
},
"homepage": "omeryagmurlu.github.io"
}