{
  "name": "aframe-mouse-manipulation",
  "version": "0.3.0",
  "description": "Enables the user to move objects in 3D space using a mouse on desktop.",
  "main": "index.js",
  "scripts": {
    "dist": "npm run dist:dev && npm run dist:prod",
    "dist:dev": "webpack --config webpack.config.js",
    "dist:prod": "webpack --config webpack.prod.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/diarmidmackenzie/aframe-components/tree/main/components/mouse-manipulation"
  },
  "keywords": [
    "A-Frame",
    "Mouse",
    "Desktop",
    "Raycasting"
  ],
  "bugs": {
    "url": "https://github.com/diarmidmackenzie/aframe-components/issues"
  },
  "homepage": "https://diarmidmackenzie.github.io/aframe-components/components/mouse-manipulation#readme",
  "author": "Diarmid Mackenzie",
  "license": "MIT",
  "dependencies": {
    "aframe-cursor-tracker": "^0.1.0",
    "aframe-label": "^0.1.0",
    "aframe-object-parent": "^0.1.0"
  },
  "devDependencies": {
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  }
}
