angular-inline-resources
Version:
Inline templates and stylesheets of angular components. This utility is meant to simplify the distribution workflow of your library.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "angular-inline-resources",
"version": "1.3.2",
"description": "Inline templates and stylesheets of angular components. This utility is meant to simplify the distribution workflow of your library.",
"main": "index.js",
"scripts": {
"test": "mocha index.spec.js",
"test:watch": "mocha index.spec.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbazos/angular-inline-resources.git"
},
"keywords": [
"angular",
"angular2",
"inline",
"template",
"library",
"components",
"ngc",
"rollup",
"templateUrl",
"styleUrls"
],
"author": "Michael Bazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbazos/angular-inline-resources/issues"
},
"homepage": "https://github.com/michaelbazos/angular-inline-resources#readme",
"devDependencies": {
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.17",
"chai": "^4.1.0",
"del": "^3.0.0",
"fs-extra": "^4.0.0",
"mocha": "^3.4.2"
}
}