Skip to content

Commit c3a9047

Browse files
committed
chore: package.json
1 parent 30e1cc9 commit c3a9047

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)