{
  "name": "react-floating",
  "version": "1.0.0",
  "description": "Floating React component",
  "main": "lib/index.js",
  "scripts": {
    "build": "start ./scripts/build.sh",
    "build-demo": "start ./scripts/build-demo.sh",
    "lint": "eslint ./src/**/*.js",
    "_prepublish": "npm run lint && npm run build"
  },
  "keywords": [
    "react",
    "reactjs",
    "javascript",
    "react-component",
    "floating",
    "floating-component",
    "mousemoove",
    "deviceorientation"
  ],
  "author": "Evgeny Zaytsev <overhawlin@gmail.com> (http://github.com/z4o4z)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:z4o4z/react-floating.git"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-core": "^6.10.4",
    "babel-eslint": "^6.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-1": "^6.5.0",
    "eslint": "^3.0.0",
    "eslint-config-google": "^0.6.0",
    "eslint-plugin-react": "^6.0.0",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1",
    "html-webpack-plugin": "^2.22.0"
  },
  "dependencies": {
    "raf": "^3.2.0",
    "react-addons-shallow-compare": "^15.3.0"
  },
  "peerDependencies": {
    "react": "^15.2.0",
    "react-dom": "^15.2.0"
  }
}
