1 | {
|
2 | "name": "angular2-template-loader",
|
3 | "version": "0.6.2",
|
4 | "description": "Angular2 webpack loader that inlines your angular2 templates and stylesheets into angular components. ",
|
5 | "main": "index.js",
|
6 | "scripts": {
|
7 | "test": "mocha --reporter spec",
|
8 | "coverage": "istanbul cover _mocha -- -R spec",
|
9 | "preversion": "npm test",
|
10 | "version": "git add -A",
|
11 | "postversion": "git push && git push --tags",
|
12 | "release:patch": "npm version patch && git push && git push --tags && npm publish"
|
13 | },
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git+https://github.com/TheLarkInn/angular2-template-loader.git"
|
17 | },
|
18 | "keywords": [
|
19 | "angular2",
|
20 | "webpack",
|
21 | "angularjs",
|
22 | "loader",
|
23 | "angular2-loader"
|
24 | ],
|
25 | "author": "Sean Larkin",
|
26 | "license": "MIT",
|
27 | "bugs": {
|
28 | "url": "https://github.com/TheLarkInn/angular2-template-loader/issues"
|
29 | },
|
30 | "homepage": "https://github.com/TheLarkInn/angular2-template-loader#readme",
|
31 | "devDependencies": {
|
32 | "codecov": "^1.0.1",
|
33 | "istanbul": "^0.4.3",
|
34 | "mocha": "^2.5.3",
|
35 | "should": "^9.0.0"
|
36 | },
|
37 | "dependencies": {
|
38 | "loader-utils": "^0.2.15"
|
39 | }
|
40 | }
|