{
  "name": "react-waitforanimation",
  "version": "0.0.3",
  "description": "Declarative way to wait for an CSS transistion to finish before doing heavy work",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "dev": "webpack-dev-server --hot",
    "build": "NODE_ENV=production webpack --config webpack.config.build.js",
    "prepublish": "npm run build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.0.0",
    "babel-jest": "^16.0.0",
    "babel-loader": "^6.2.5",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-flowtype": "^2.20.0",
    "jest": "^16.0.2",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-test-renderer": "^15.3.2",
    "sinon": "^1.17.6",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.16.2"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15.0",
    "react-dom": "^0.14 || ^15.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/swennemans/react-waitforanimation"
  },
  "keywords": [
    "react-component",
    "react",
    "animation"
  ]
}
