@robot-web-tools/ros3djs
Version:
The standard ROS Javascript Visualization Library
29 lines (28 loc) • 709 B
JSON
{
"name": "ros3djs",
"homepage": "https://www.robotwebtools.org",
"description": "The standard ROS Javascript Visualization Library",
"version": "0.17.0-SNAPSHOT",
"license": "BSD-3-Clause",
"main": "./src/Ros3D.js",
"repository": {
"type": "git",
"url": "https://github.com/RobotWebTools/ros3djs/releases"
},
"keywords": [
"ROS",
"ros",
"roslib",
"roslibjs",
"ros3djs",
"robot"
],
"authors": [
"Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)"
],
"dependencies": {
"eventemitter2": "asyncly/EventEmitter2#^0.4.14",
"threejs": "mrdoob/three.js#r64",
"roslibjs": "RobotWebTools/roslibjs#0.14.0"
}
}