UNPKG

@robot-web-tools/ros3djs

Version:

The standard ROS Javascript Visualization Library

38 lines (37 loc) 973 B
{ "name": "@robot-web-tools/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", "devDependencies": { "grunt": "~1.0.1", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-jshint": "~1.1.0", "grunt-karma": "~2.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-contrib-uglify": "~2.0.0", "grunt-jsdoc": "~2.1.0", "grunt-contrib-clean": "~1.0.0" }, "repository": { "type": "git", "url": "https://github.com/RobotWebTools/ros3djs/releases" }, "keywords": [ "ROS", "ros", "roslib", "roslibjs", "ros3djs", "robot" ], "author": "Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }