robotsim
Version:
Yet Another Robot Simulation, WIP
18 lines (17 loc) • 557 B
JSON
{ "name": "robotsim"
, "description": "Yet Another Robot Simulation, WIP"
, "keywords": [ "robotics", "robot", "simulation", "artificialintelligence" ]
, "version": "0.0.1alfa"
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)"
, "repository": { "type": "git", "url": "git://github.com/ajlopez/robotsim.git" }
, "main": "./lib/robotsim.js"
, "engines": { "node": ">= 8.0.0" }
, "scripts": {
"test": "simpleunit -r ./test"
}
, "dependencies": {
}
, "devDependencies": {
"simpleunit": "0.0.7"
}
}