UNPKG

aurelia-hot-module-reload

Version:

Tools designed to enable HMR for Aurelia's loaders.

47 lines (46 loc) 1.29 kB
{ "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", "bugs": { "url": "https://github.com/aurelia/hot-module-reload/issues" }, "license": "MIT", "author": "Bazyli Brzóska <npm@invent.life> (https://invent.life/)", "main": "dist/commonjs/aurelia-hot-module-reload.js", "typings": "dist/commonjs/aurelia-hot-module-reload.d.ts", "repository": { "type": "git", "url": "http://github.com/aurelia/hot-module-reload" }, "scripts": { "build:compile": "aurelia-tools ts-build-all --continue-when-failed --clean-before", "build": "npm run build:compile", "release": "aurelia-tools changelog" }, "dependencies": {}, "devDependencies": { "aurelia-tools": "github:aurelia/tools#cli", "concurrently": "^3.1.0", "cross-env": "^3.1.3", "typescript": "next" }, "peerDependencies": { "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" }, "aurelia": { "documentation": { "articles": [] } } }