ng-barrel
Version:
CLI tool to add generated Angular files to barrel files
34 lines (33 loc) • 753 B
JSON
{
"name": "ng-barrel",
"version": "2.0.1",
"description": "CLI tool to add generated Angular files to barrel files",
"main": "ng-barrel.js",
"bin": {
"ng-barrel": "ng-barrel.js",
"ngb": "ng-barrel.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JanMalch/ng-barrel.git"
},
"keywords": [
"Angular",
"CLI",
"Pipe",
"Barrel",
"index"
],
"author": "JanMalch",
"license": "MIT",
"bugs": {
"url": "https://github.com/JanMalch/ng-barrel/issues"
},
"homepage": "https://github.com/JanMalch/ng-barrel#readme",
"dependencies": {
"minimist": "^1.2.0"
}
}