aurelia-hot-module-reload
Version:
Tools designed to enable HMR for Aurelia's loaders.
30 lines (29 loc) • 807 B
JSON
{
"name": "aurelia-hot-module-reload",
"version": "0.3.0",
"description": "Tools designed to enable HMR for Aurelia's loaders.",
"keywords": [
"aurelia",
"HMR"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-hot-module-reload.js",
"moduleType": "node",
"bugs": {
"url": "https://github.com/aurelia/hot-module-reload/issues"
},
"license": "MIT",
"author": "Bazyli Brzóska <npm@invent.life> (https://invent.life/)",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/hot-module-reload"
},
"dependencies": {
"aurelia-templating": ">=1.1.4",
"aurelia-pal": ">=1.1.1",
"aurelia-dependency-injection": ">=1.2.0",
"aurelia-loader": ">=1.0.0",
"aurelia-metadata": ">=1.0.2",
"aurelia-path": ">=1.1.1"
}
}