sphero-pwn
Version:
Driver for Sphero robots
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "sphero-pwn",
"version": "0.5.3",
"description": "Driver for Sphero robots",
"keywords": ["sphero"],
"homepage": "https://github.com/pwnall/node-sphero-pwn",
"author": "Victor Costan <victor@costan.us> (http://www.costan.us)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pwnall/node-sphero-pwn.git"
},
"bugs": {
"url": "https://github.com/pwnall/node-sphero-pwn/issues"
},
"engines": {
"node": "5.x"
},
"dependencies": {
"coffee-script": ">= 1.10.0",
"fs-promise": ">= 0.3.1",
"noble": ">= 1.2.1",
"serialport": ">= 2.0.5"
},
"devDependencies": {
"chai": ">= 3.4.1",
"codo": ">= 2.0.11",
"mocha": ">= 2.3.4",
"sinon": ">= 1.17.2",
"sinon-chai": ">= 2.8.0",
"temp": ">= 0.8.3"
},
"main": "lib/index.js",
"directories": {
"lib": "lib",
"src": "src",
"test": "test"
},
"scripts": {
"start": "node lib/boot.js",
"test": "node node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register --timeout 60000 --require test/helpers.coffee"
}
}