{
  "name": "react-document-title",
  "version": "1.0.0",
  "description": "A declarative, nested, stateful document.title for React",
  "main": "index.js",
  "peerDependencies": {
    "react": ">=0.11.0"
  },
  "scripts": {
    "test": "mocha",
    "lint": "jshint index.js test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaearon/react-document-title.git"
  },
  "keywords": [
    "react",
    "component",
    "react-component",
    "document.title",
    "title",
    "jsx"
  ],
  "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gaearon/react-document-title/issues"
  },
  "homepage": "https://github.com/gaearon/react-document-title",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "global": "^4.3.0",
    "jshint": "^2.5.6",
    "mocha": "^2.0.1",
    "react": "^0.12.0"
  },
  "dependencies": {
    "react-side-effect": "~0.1.0"
  }
}
