qtsd-fork
Version:
Do not use this please
26 lines (25 loc) • 708 B
JSON
{
"name": "react-hot-api",
"version": "0.4.7",
"description": "A generic library implementing hot reload for React components without unmounting or losing their state.",
"main": "modules/index.js",
"scripts": {
"build": "./scripts/build"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-hot-api.git"
},
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-hot-api/issues"
},
"homepage": "https://github.com/gaearon/react-hot-api",
"peerDependencies": {
"react": ">=0.11.0 || ^0.14.0-rc"
},
"devDependencies": {
"webpack": "1.4.8"
}
}