{
  "name": "reasync",
  "version": "1.0.0-rc.4",
  "description": "Library for connecting react components to async actions like fetching",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm run lint && npm run test && npm run build",
    "build": "node_modules/.bin/babel ./src -d ./lib --ignore '__tests__'",
    "lint": "eslint -c .eslintrc src",
    "test": "mocha --compilers js:babel-register",
    "test:watch": "npm run test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/svrcekmichal/reasync.git"
  },
  "author": "Michal Svrcek <svrcekmichal@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/svrcekmichal/reasync/issues"
  },
  "homepage": "https://github.com/svrcekmichal/reasync",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-eslint": "^5.0.0",
    "babel-plugin-transform-class-properties": "^6.4.0",
    "babel-plugin-transform-object-rest-spread": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-register": "^6.5.2",
    "chai": "^3.5.0",
    "eslint": "^2.2.0",
    "eslint-config-airbnb": "^6.0.2",
    "eslint-plugin-import": "^1.0.0-beta.0",
    "eslint-plugin-react": "^4.0.0",
    "mocha": "^2.4.5"
  },
  "dependencies": {
    "react": "^0.14.7",
    "react-router": "^2.0.0"
  }
}
