Files
angular2-template-loader/package.json
T
Larkin Family d27e79e402 0.1.0
2016-06-03 21:15:19 -05:00

34 lines
835 B
JSON

{
"name": "angular2-template-loader",
"version": "0.1.0",
"description": "Angular2 webpack loader that inlines your angular2 templates and stylesheets into angular components. ",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"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": {
"mocha": "^2.5.3",
"should": "^9.0.0"
},
"dependencies": {
"loader-utils": "^0.2.15"
}
}