robot-loop
Version:
Set up cycle shell loop for ev3-client
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "robot-loop",
"version": "0.2.3",
"description": "Set up cycle shell loop for ev3-client",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"postversion": "npm run build",
"postpublish": "npm run clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ev3-js/robot-loop.git"
},
"keywords": [
"ev3"
],
"author": "danleavitt0",
"license": "MIT",
"bugs": {
"url": "https://github.com/ev3-js/robot-loop/issues"
},
"homepage": "https://github.com/ev3-js/robot-loop#readme",
"dependencies": {
"@f/compose": "1.0.1",
"@f/flatten-gen": "2.0.0",
"@f/is-generator": "1.3.2",
"cycle-shell": "0.4.22",
"ev3-client": "^0.1.58",
"firebase": "^3.0.3",
"regenerator-runtime": "^0.10.5",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.6",
"yoco": "1.6.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babelify": "^7.3.0",
"rimraf": "^2.5.2",
"shrinkwrap": "^0.4.0",
"tape": "^4.5.1"
}
}