{
  "name": "react-resizable-box",
  "version": "2.1.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "flow:gen": "flow gen-flow-files src/index.js --out-dir lib && flow gen-flow-files src/resizer.js --out-dir lib",
    "watch": "watchify --extension=js -o docs/dist/bundle.js docs/src/index.js",
    "compile": "babel -d lib/ src/ --copy-files",
    "test": "npm run flow && npm run lint && karma start",
    "lint": "eslint react",
    "flow": "flow",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bokuweb/react-resizable-box.git"
  },
  "keywords": [
    "react",
    "resize",
    "resizable",
    "component"
  ],
  "author": "bokuweb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bokuweb/react-resizable-box/issues"
  },
  "homepage": "https://github.com/bokuweb/react-resizable-box",
  "devDependencies": {
    "babel": "6.23.0",
    "babel-cli": "6.26.0",
    "babel-core": "^6.24.1",
    "babel-eslint": "7.2.3",
    "babel-plugin-espower": "2.3.2",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-polyfill": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "babelify": "7.3.0",
    "browserify": "14.4.0",
    "eslint-config-airbnb": "15.1.0",
    "eslint": "4.5.0",
    "eslint-plugin-flowtype": "^2.31.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.0",
    "eslint-plugin-react": "7.2.1",
    "espower-babel": "4.0.3",
    "estraverse": "4.2.0",
    "estraverse-fb": "1.3.2",
    "flow-bin": "^0.50.0",
    "flow-runtime": "^0.14.0",
    "husky": "^0.14.0",
    "karma": "^1.6.0",
    "karma-browserify": "^5.1.1",
    "karma-cli": "^1.0.1",
    "karma-fixture": "0.2.6",
    "karma-html2js-preprocessor": "1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "mocha": "3.5.0",
    "phantomjs-prebuilt": "^2.1.14",
    "power-assert": "1.4.3",
    "react": "^15.6.1",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.3",
    "sinon": "3.2.0",
    "watchify": "3.9.0"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  },
  "typings": "./index.d.ts",
  "files": [
    "lib",
    "index.d.ts"
  ]
}
