UNPKG

1.13 kBJSONView Raw
1{
2 "name": "angular2-hmr",
3 "version": "0.8.1",
4 "description": "angular2-hmr: Hot Module Replacement for Webpack and Angular 2",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "files": [
8 "state.js",
9 "state.d.ts",
10 "prod.js",
11 "prod.d.ts",
12 "dist",
13 "src"
14 ],
15 "scripts": {
16 "prebuild": "rm -rf dist",
17 "build": "tsc || true",
18 "typings": "typings",
19 "test": "echo \"Error: no test specified\" && exit 1",
20 "prepublish": "npm run typings -- install && npm run build"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/angularclass/angular2-hmr.git"
25 },
26 "author": "PatrickJS <github@gdi2290.com>",
27 "license": "Apache-2.0",
28 "bugs": {
29 "url": "https://github.com/angularclass/angular2-hmr/issues"
30 },
31 "homepage": "https://github.com/angularclass/angular2-hmr#readme",
32 "devDependencies": {
33 "@angular/core": "2.0.0-rc.3",
34 "rxjs": "5.0.0-beta.6",
35 "zone.js": "0.6.12",
36 "typescript": "^1.8.9",
37 "webpack": "^1.13.0",
38 "typings": "^0.7.9"
39 },
40 "peerDependencies": {
41 "webpack": "*"
42 },
43 "dependencies": {
44 }
45}