heya
Version:
A platform for creating SumoBots
35 lines (34 loc) • 882 B
JSON
{
"name": "heya",
"version": "1.2.1",
"description": "A platform for creating SumoBots",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryan-m-hughes/heya.git"
},
"keywords": [
"sumobots",
"johnny-five",
"nodebots",
"robotics"
],
"author": "Bryan Hughes <bryan@theoreticalideations.com>",
"contributors": [
{ "name": "Bryan Hughes", "email": "bryan@theoreticalideations.com" },
{ "name": "Joshua Holbrook", "email": "josh.holbrook@gmail.com" }
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bryan-m-hughes/heya/issues"
},
"homepage": "https://github.com/bryan-m-hughes/heya#readme",
"dependencies": {
"async": "^1.0.0",
"johnny-five": "^0.8.76",
"request": "^2.55.0"
}
}