choreo
Version:
A Robotics Framework
93 lines (92 loc) • 1.91 kB
JSON
{
"name": "choreo",
"description": "A Robotics Framework",
"keywords": [
"micro",
"service",
"microservice",
"micro-service",
"microservices",
"micro-services",
"services",
"micro services",
"micro service",
"framework",
"minimum",
"viable",
"product",
"toolkit",
"startup",
"robot",
"robot framework",
"robots",
"robotics",
"robotic",
"robotic framework",
"robot operating system",
"ros"
],
"version": "0.1.0",
"license": "LGPL-3.0",
"homepage": "http://robot.studio",
"author": "Bobby Larson (http://bobby.wtf/)",
"contributors": [
"Bobby Larson (http://bobby.wtf)"
],
"dependencies": {
"async": "1.5.0",
"captains-log": "~0.11.11",
"colors": "1.1.2",
"commander": "2.9.0",
"fs-extra": "0.18.4",
"glob": "5.0.15",
"include-all": "~0.1.6",
"lodash": "3.10.1",
"msgpack": "^1.0.2",
"njwt": "^0.2.3",
"parseurl": "^1.3.1",
"pluralize": "1.2.1",
"prompt": "0.2.14",
"rc": "1.0.1",
"semver": "5.1.0",
"uid-safe": "1.1.0",
"walk": "2.3.9"
},
"devDependencies": {
"async": "1.5.2",
"bench": "0.3.x",
"body-parser": "1.14.2",
"code": "1.5.0",
"coveralls": "^2.11.6",
"docco": "0.7.0",
"eslint-config-seneca": "1.1.2",
"eslint-plugin-standard": "1.3.1",
"joi": "6.10.x",
"js-beautify": "^1.5.10",
"lab": "6.2.x",
"no-shadow-relaxed": "1.0.1"
},
"main": "choreo.js",
"engines": {
"npm": ">= 1.4.0",
"node": ">=0.10.0"
},
"files": [
"LICENSE.txt",
"README.md",
"CHANGES.md",
"lib",
"choreo.js"
],
"repository": {
"type": "git",
"url": "https://github.com/robotstudio/choreo.git"
},
"bugs": {
"url": "http://github.com/robotstudio/choreo/issues"
},
"scripts": {
"test": "mocha -b",
"prepublish": "npm prune"
}
}