UNPKG

577 BJSONView Raw
1{
2 "name": "rax-hot-module-replacement-webpack-plugin",
3 "version": "0.4.11",
4 "description": "Rax hot module replacement.",
5 "main": "./lib/HotModuleReplacementPlugin.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/alibaba/rax.git"
9 },
10 "keywords": [
11 "Rax",
12 "hot-loader",
13 "webpack-plugin"
14 ],
15 "bugs": {
16 "url": "https://github.com/alibaba/rax/issues"
17 },
18 "homepage": "https://github.com/alibaba/rax#readme",
19 "license": "BSD-3-Clause",
20 "dependencies": {
21 "tapable": "^0.2.6",
22 "webpack-sources": "^0.2.3"
23 }
24}