We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1cc9 commit c3a9047Copy full SHA for c3a9047
package.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "@angularclass/hmr-loader",
3
+ "version": "1.0.0",
4
+ "description": "Angular 2 HMR Webpack Loader by @AngularClass",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "angular2-hmr-loader",
11
+ "angular2",
12
+ "hmr",
13
+ "hmr-loader",
14
+ "angular2-hmr",
15
+ "hot-loader",
16
+ "angular2-hot-loader"
17
+ ],
18
+ "author": "PatrickJS <github@gdi2290.com>",
19
+ "license": "Apache-2.0",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/AngularClass/angular2-hmr-loader.git"
23
24
+ "bugs": {
25
+ "url": "https://github.com/AngularClass/angular2-hmr-loader/issues"
26
27
+ "homepage": "https://github.com/AngularClass/angular2-hmr-loader#readme"
28
+}
0 commit comments