forked from NoamELB/react-hot-loader-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 801 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-hot-loader-loader",
"version": "0.0.7",
"description": "Webpack Loader to use react-hot-loader without any changes in your App",
"main": "webpack.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoamELB/react-hot-loader-loader.git"
},
"keywords": [
"React",
"HMR",
"Webpack",
"Loader"
],
"author": "NoamELB",
"license": "MIT",
"bugs": {
"url": "https://github.com/NoamELB/react-hot-loader-loader/issues"
},
"homepage": "https://github.com/NoamELB/react-hot-loader-loader#readme",
"devDependencies": {
"jest": "^23.6.0"
},
"peerDependencies": {
"react-hot-loader": ">= 4.0.0"
}
}