{
  "name": "turnstile-react",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint src test",
    "test": "jest test",
    "build:lib": "babel src --out-dir lib",
    "build": "npm run build:lib",
    "flow": "flow",
    "clean": "rimraf lib dist coverage",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dilidili/turnstile-react.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dilidili/turnstile-react/issues"
  },
  "homepage": "https://github.com/dilidili/turnstile-react#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^4.1.0",
    "babel-jest": "^21.0.0",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "eslint": "^1.7.1",
    "eslint-config-rackt": "1.0.0",
    "eslint-plugin-flowtype": "^2.35.1",
    "flow-bin": "^0.54.1",
    "immutable": "^3.8.1",
    "jest": "^21.0.1",
    "react-test-renderer": "^15.6.1",
    "regenerator-runtime": "^0.11.0",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "react": "^15.6.1",
    "redux-turn": "0.0.3"
  }
}
