cycle-ev3dev
Version:
A cycle driver for ev3dev lego system
40 lines (39 loc) • 1 kB
JSON
{
"name": "cycle-ev3dev",
"version": "0.0.2",
"description": "A cycle driver for ev3dev lego system",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"ssh": "ssh robot@ev3dev.local",
"sync": "./bin/sync.sh once . robot@ev3dev.local cycle-ev3dev",
"watch": "./bin/sync.sh watch . robot@ev3dev.local cycle-ev3dev",
"ssh-close": "./bin/sync.sh close robot@ev3dev.local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrpierrot/cycle-ev3dev.git"
},
"keywords": [
"cycle.js",
"ev3dev",
"lego",
"brickPi3",
"NXT"
],
"author": "Pierre Chabiland",
"license": "Beerware",
"bugs": {
"url": "https://github.com/mrpierrot/cycle-ev3dev/issues"
},
"homepage": "https://github.com/mrpierrot/cycle-ev3dev#readme",
"dependencies": {
"@cycle/run": "^3.0.0",
"xstream": "^10.7.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
}
}