You've already forked angular2-template-loader
mirror of
https://github.com/encounter/angular2-template-loader.git
synced 2026-03-30 10:57:24 -07:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "angular2-template-loader",
|
|
"version": "0.5.0",
|
|
"description": "Angular2 webpack loader that inlines your angular2 templates and stylesheets into angular components. ",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"coverage": "istanbul cover _mocha -- -R spec",
|
|
"preversion": "npm test",
|
|
"version": "git add -A",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TheLarkInn/angular2-template-loader.git"
|
|
},
|
|
"keywords": [
|
|
"angular2",
|
|
"webpack",
|
|
"angularjs",
|
|
"loader",
|
|
"angular2-loader"
|
|
],
|
|
"author": "Sean Larkin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TheLarkInn/angular2-template-loader/issues"
|
|
},
|
|
"homepage": "https://github.com/TheLarkInn/angular2-template-loader#readme",
|
|
"devDependencies": {
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.5.3",
|
|
"should": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"codecov": "^1.0.1",
|
|
"loader-utils": "^0.2.15"
|
|
}
|
|
}
|