angular2-hmr
Version:
angular2-hmr: Hot Module Replacement for Webpack and Angular 2
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "angular2-hmr",
"version": "0.8.1",
"description": "angular2-hmr: Hot Module Replacement for Webpack and Angular 2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"state.js",
"state.d.ts",
"prod.js",
"prod.d.ts",
"dist",
"src"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc || true",
"typings": "typings",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run typings -- install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angularclass/angular2-hmr.git"
},
"author": "PatrickJS <github@gdi2290.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/angularclass/angular2-hmr/issues"
},
"homepage": "https://github.com/angularclass/angular2-hmr#readme",
"devDependencies": {
"@angular/core": "2.0.0-rc.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12",
"typescript": "^1.8.9",
"webpack": "^1.13.0",
"typings": "^0.7.9"
},
"peerDependencies": {
"webpack": "*"
},
"dependencies": {
}
}