{
  "name": "@mjforan/react-nipple",
  "version": "1.0.6",
  "main": "lib/index.js",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf lib/*",
    "eslint": "eslint src",
    "docs": "esdoc",
    "build": "babel src --out-dir lib --copy-files",
    "build:watch": "yarn build --watch",
    "build:full": "yarn clean && yarn eslint --fix && yarn docs && yarn build",
    "prepublishOnly": "yarn build:full"
  },
  "peerDependencies": {
    "react": "^16.4.1",
    "react-dom": "^16.4.1"
  },
  "dependencies": {
    "autobind-decorator": "^2.1.0",
    "classnames": "^2.2.6",
    "eslint": "^4.19.1",
    "lodash.isequal": "^4.5.0",
    "nipplejs": "^0.8.7"
  },
  "devDependencies": {
    "@loopmode/babel6-base": "^0.0.6",
    "react": "^16.4.1"
  },
  "description": "A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick (with fixed prop-types).",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjforan/react-nipple.git"
  },
  "keywords": [
    "react",
    "nipple",
    "joystick"
  ],
  "author": "Jovica Aleksic",
  "bugs": {
    "url": "https://github.com/mjforan/react-nipple/issues"
  },
  "homepage": "https://github.com/mjforan/react-nipple/tree/master/packages/react-nipple#readme"
}
