{
  "name": "react-resizable-and-movable",
  "version": "3.0.0",
  "description": "Resizable and movable component for React.",
  "main": "lib/index.js",
  "scripts": {
    "watch": "watchify --extension=js -o example/dist/bundle.js example/src/index.js",
    "test": "karma start",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run compile",
    "lint": "eslint react",
    "prepush": "npm run lint && npm t"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bokuweb/react-resazable-and-movable.git"
  },
  "keywords": [
    "react",
    "resize",
    "resizable",
    "movable",
    "draggable",
    "component"
  ],
  "author": "bokuweb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bokuweb/react-resazable-and-movable/issues"
  },
  "homepage": "https://github.com/bokuweb/react-resazable-and-movable/",
  "peerDependencies": {
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.7.5",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-espower": "^2.1.2",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.1.18",
    "babel-preset-stage-0": "^6.5.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "eslint": "^2.7.0",
    "eslint-config-airbnb": "^6.2.0",
    "eslint-plugin-react": "^4.3.0",
    "espower-babel": "^4.0.3",
    "estraverse": "^4.2.0",
    "estraverse-fb": "^1.3.1",
    "husky": "^0.11.4",
    "karma": "^0.13.22",
    "karma-browserify": "^5.0.3",
    "karma-cli": "^0.1.2",
    "karma-mocha": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "mocha": "^2.4.5",
    "phantomjs-prebuilt": "^2.1.7",
    "power-assert": "^1.3.1",
    "react": "^15.0.1",
    "react-addons-test-utils": "^15.0.1",
    "sinon": "^1.17.3",
    "watchify": "^3.7.0"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@bokuweb/react-draggable-custom": "^1.3.10",
    "react-resizable-box": "^1.4.0"
  }
}
