UNPKG

643 BJSONView Raw
1{
2 "name": "react-hot-api",
3 "version": "0.2.1",
4 "description": "A generic library implementing hot reload for React components without unmounting or losing their state.",
5 "main": "modules/index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/gaearon/react-hot-api.git"
9 },
10 "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
11 "license": "MIT",
12 "bugs": {
13 "url": "https://github.com/gaearon/react-hot-api/issues"
14 },
15 "homepage": "https://github.com/gaearon/react-hot-api",
16 "peerDependencies": {
17 "react": ">=0.11.0"
18 },
19 "devDependencies": {
20 "webpack": "1.4.8"
21 }
22}