UNPKG

angular1-template-loader

Version:

Backport of the Angulars webpack loader that inlines your angular templates into angular components.

40 lines (39 loc) 1.1 kB
{ "name": "angular1-template-loader", "version": "0.1.0", "description": "Backport of the Angulars webpack loader that inlines your angular templates 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/christianacca/angular1-template-loader.git" }, "keywords": [ "angular1", "webpack", "angularjs", "loader", "angular1-loader" ], "author": "Christian Crowhurst", "license": "MIT", "bugs": { "url": "https://github.com/christianacca/angular1-template-loader/issues" }, "homepage": "https://github.com/christianacca/angular1-template-loader#readme", "devDependencies": { "codecov": "^1.0.1", "istanbul": "^0.4.3", "mocha": "^2.5.3", "should": "^9.0.0" }, "dependencies": { "loader-utils": "^0.2.15" } }