UNPKG

1.08 kBJSONView Raw
1{
2 "name": "angular2-hmr",
3 "version": "0.6.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 "dist",
11 "src"
12 ],
13 "scripts": {
14 "prebuild": "rm -rf dist",
15 "build": "tsc || true",
16 "typings": "typings",
17 "test": "echo \"Error: no test specified\" && exit 1",
18 "prepublish": "npm run typings -- install && npm run build"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/gdi2290/angular2-hmr.git"
23 },
24 "author": "PatrickJS <github@gdi2290.com>",
25 "license": "Apache-2.0",
26 "bugs": {
27 "url": "https://github.com/gdi2290/angular2-hmr/issues"
28 },
29 "homepage": "https://github.com/gdi2290/angular2-hmr#readme",
30 "devDependencies": {
31 "@angular/core": "2.0.0-rc.1",
32 "rxjs": "5.0.0-beta.6",
33 "zone.js": "0.6.12",
34 "typescript": "^1.8.9",
35 "webpack": "^1.13.0",
36 "typings": "^0.7.9"
37 },
38 "peerDependencies": {
39 "webpack": "*"
40 },
41 "dependencies": {
42 }
43}