{
  "name": "aframe-leap-hands",
  "version": "0.8.0",
  "description": "Leap Motion components for A-Frame VR",
  "source": "src/index.js",
  "main": "dist/aframe-leap-hands.js",
  "module": "dist/aframe-leap-hands.module.js",
  "scripts": {
    "dev": "concurrently \"microbundle watch --target browser\" \"serve --listen 5000\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "dist": "microbundle --target browser",
    "version": "npm run dist && git add -A dist",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/donmccurdy/aframe-leap-hands.git"
  },
  "keywords": [
    "aframe",
    "aframevr",
    "leap",
    "leapmotion",
    "vr",
    "hand"
  ],
  "author": "Don McCurdy <dm@donmccurdy.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/donmccurdy/aframe-leap-hands/issues"
  },
  "homepage": "https://github.com/donmccurdy/aframe-leap-hands#readme",
  "dependencies": {},
  "devDependencies": {
    "concurrently": "^4.0.1",
    "microbundle": "^0.6.0",
    "serve": "^10.0.1"
  },
  "peerDependencies": {
    "aframe": "^0.8.2"
  }
}
