pug-ng-html-loader
Version:
Pug to html loader for webpack, close to HTML and friendly with Angular 2
35 lines (34 loc) • 848 B
JSON
{
"name": "pug-ng-html-loader",
"version": "1.0.10",
"description": "Pug to html loader for webpack, close to HTML and friendly with Angular 2",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tycho01/pug-ng-html-loader.git"
},
"bugs": {
"url": "https://github.com/tycho01/pug-ng-html-loader/issues"
},
"homepage": "https://github.com/tycho01/pug-ng-html-loader",
"keywords": [
"webpack",
"loader",
"pug",
"jade",
"html",
"ng2",
"angular2",
"angular"
],
"author": "Williams Medina <williams.medinaa@gmail.com>",
"license": "MIT",
"dependencies": {
"loader-utils": "^0.2.14",
"pug": "^2.0.0-beta5",
"pug-plugin-ng": "github:tycho01/pug-plugin-ng"
}
}