{
  "name": "react-document-title",
  "version": "2.0.3",
  "description": "A declarative, nested, stateful document.title for React",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "test:watch": "npm run test -- --watch",
    "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": {
    "create-react-class": "^15.5.2",
    "expect.js": "^0.3.1",
    "global": "^4.3.0",
    "jsdom": "^9.12.0",
    "jshint": "^2.5.6",
    "mocha": "^2.0.1",
    "mocha-jsdom": "^1.1.0",
    "react": "^15.5.4",
    "react-dom": "^15.5.4"
  },
  "dependencies": {
    "prop-types": "^15.5.6",
    "react-side-effect": "^1.0.2"
  }
}
