UNPKG

@nodemate/sphero

Version:

Control Sphero Robot using NodeMate

34 lines (33 loc) 702 B
{ "name": "@nodemate/sphero", "version": "1.0.0", "description": "Control Sphero Robot using NodeMate", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/NodeMate/sphero.git" }, "keywords": [ "NodeMade", "Sphero", "'Lightning", "McQueen'", "R2D2", "BB8", "BB-9E", "Ollie", "BLE" ], "author": "Peter Gammelgaard Poulsen", "license": "MIT", "bugs": { "url": "https://github.com/NodeMate/sphero/issues" }, "homepage": "https://github.com/NodeMate/sphero#readme", "dependencies": { "@nodemate/noble": "^1.0.0" } }