{
  "name": "react-body-classname",
  "version": "1.3.1",
  "description": "A declarative, nested way to manipulate your body's className",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/setup.js test/*.spec.js",
    "test:watch": "npm run test -- --watch",
    "lint": "jshint index.js test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iest/react-body-classname"
  },
  "keywords": [
    "react",
    "component",
    "react-component",
    "body.className",
    "title",
    "jsx"
  ],
  "author": "Iestyn Williams <iest@me.com> (http://github.com/iest)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iest/react-body-classname/issues"
  },
  "homepage": "https://github.com/iest/react-body-classname",
  "devDependencies": {
    "enzyme": "^2.8.0",
    "expect.js": "^0.3.1",
    "global": "^4.3.0",
    "jsdom": "^9.12.0",
    "jshint": "^2.5.6",
    "mocha": "^3.2.0",
    "react": "^15.5.3",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.3"
  },
  "dependencies": {
    "prop-types": "^15.5.6",
    "react-side-effect": "^1.1.0 || ^2.1.0"
  }
}
