{
  "name": "react-deep-force-update",
  "version": "1.1.2",
  "description": "Force-updates React component tree recursively",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel src --out-dir lib",
    "lint": "eslint src test",
    "test": "mocha --compilers js:babel/register --recursive",
    "test:watch": "npm run test -- --watch",
    "prepublish": "npm run clean && npm run build"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gaearon/react-deep-force-update.git"
  },
  "keywords": [
    "react"
  ],
  "author": "Dan Abramov <dan.abramov@me.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gaearon/react-deep-force-update/issues"
  },
  "homepage": "https://github.com/gaearon/react-deep-force-update",
  "devDependencies": {
    "babel": "^5.5.8",
    "babel-core": "^5.6.18",
    "babel-eslint": "^4.1.8",
    "eslint": "^0.23",
    "eslint-config-airbnb": "0.0.6",
    "eslint-plugin-react": "^2.3.0",
    "expect": "^1.6.0",
    "jsdom": "^7.2.2",
    "mocha": "^2.2.5",
    "mocha-jsdom": "^1.1.0",
    "react": "^0.14.0-rc1",
    "react-addons-test-utils": "^0.14.0-rc1",
    "rimraf": "^2.3.4"
  }
}