{
  "name": "ros3d",
  "homepage": "https://www.robotwebtools.org",
  "description": "The standard ROS Javascript Visualization Library",
  "version": "1.1.0",
  "license": "BSD-3-Clause",
  "main": "./build/ros3d.cjs.js",
  "module": "./build/ros3d.esm.js",
  "dependencies": {
    "eventemitter2": "^6.4.0",
    "roslib": "^1.0.0",
    "three": "^0.89.0"
  },
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.0",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "chai": "^4.3.0",
    "debug": "^4.3.0",
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-execute": "git+https://github.com/gruntjs-updater/grunt-execute.git#peerDep",
    "grunt-jsdoc": "^2.1.0",
    "grunt-karma": "^4.0.0",
    "grunt-pipe": "git+https://github.com/gruntjs-updater/grunt-pipe.git#peerDep",
    "grunt-shell": "^4.0.0",
    "gruntify-eslint": "^5.0.0",
    "karma": "^6.3.0",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.0",
    "mocha": "^10.0.0",
    "rollup": "^2.47.0",
    "rollup-plugin-filesize": "^9.1.0",
    "rollup-plugin-terser": "^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RobotWebTools/ros3djs/releases"
  },
  "scripts": {
    "build": "grunt build",
    "doc": "grunt doc",
    "lint": "grunt lint",
    "lint-fix": "grunt lint-fix",
    "transpile": "DEBUG=* grunt transpile",
    "test": "grunt test"
  },
  "keywords": [
    "ROS",
    "ros",
    "roslib",
    "roslibjs",
    "ros3d",
    "ros3djs",
    "robot"
  ],
  "author": "Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)",
  "directories": {
    "example": "examples"
  }
}
