Files

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2016-06-02 14:33:23 -05:00
{
"name": "angular2-template-loader",
2016-08-23 09:16:27 -05:00
"version": "0.5.0",
2016-06-02 14:33:23 -05:00
"description": "Angular2 webpack loader that inlines your angular2 templates and stylesheets into angular components. ",
"main": "index.js",
"scripts": {
2016-06-12 11:59:26 -07:00
"test": "mocha --reporter spec",
"coverage": "istanbul cover _mocha -- -R spec",
"preversion": "npm test",
"version": "git add -A",
"postversion": "git push && git push --tags"
2016-06-02 14:33:23 -05:00
},
"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": {
2016-10-14 03:09:41 +02:00
"codecov": "^1.0.1",
2016-06-12 11:59:26 -07:00
"istanbul": "^0.4.3",
2016-06-02 14:33:23 -05:00
"mocha": "^2.5.3",
"should": "^9.0.0"
},
"dependencies": {
"loader-utils": "^0.2.15"
}
}