{
  "name": "react-hot-loader",
  "version": "0.1.2",
  "description": "Webpack loader that enables live-editing React components without unmounting or losing their state",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "devDependencies": {
    "react": "^0.10.0",
    "jsx-loader": "^0.10.2",
    "webpack": "^1.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaearon/react-hot-loader.git"
  },
  "keywords": [
    "react",
    "webpack",
    "hmr",
    "livereload"
  ],
  "author": "Dan Abramov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gaearon/react-hot-loader/issues"
  },
  "homepage": "https://github.com/gaearon/react-hot-loader"
}
