UNPKG

947 BJSONView Raw
1{
2 "name": "angular2-hmr",
3 "version": "0.4.0",
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 "test": "echo \"Error: no test specified\" && exit 1",
17 "prepublish": "npm run build"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/gdi2290/angular2-hmr.git"
22 },
23 "author": "PatrickJS <github@gdi2290.com>",
24 "license": "Apache-2.0",
25 "bugs": {
26 "url": "https://github.com/gdi2290/angular2-hmr/issues"
27 },
28 "homepage": "https://github.com/gdi2290/angular2-hmr#readme",
29 "devDependencies": {
30 "angular2": "^2.0.0-beta.11",
31 "rxjs": "^5.0.0-beta.2",
32 "typescript": "^1.8.9",
33 "typings": "^0.7.9"
34 },
35 "peerDependencies": {
36 "webpack": "*"
37 }
38}