{
  "name": "three-dragcontrols",
  "version": "0.88.2",
  "description": "three.js DragControls",
  "main": "lib/index.js",
  "jsnext:main": "lib/index.module.js",
  "module": "lib/index.module.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "lib/index.js",
    "lib/index.module.js"
  ],
  "repository": "keqingrong/three-dragcontrols",
  "keywords": [
    "three",
    "three.js",
    "3d",
    "camera",
    "controls"
  ],
  "author": "keqingrong <keqingrong1992@gmail.com> (https://keqingrong.github.io/)",
  "license": "MIT",
  "peerDependencies": {
    "three": ">= 0.86 <= 1.0"
  }
}
