angular-gantt
Version:
Gantt chart component for AngularJS
31 lines (30 loc) • 597 B
JSON
{
"non-interactive": false,
"dry-run": false,
"verbose": true,
"force": false,
"pkgFiles": ["package.json", "bower.json"],
"increment": "patch",
"buildCommand": "yarn dist",
"src": {
"commitMessage": "chore(release): Release v%s",
"tagName": "v%s",
"tagAnnotation": "v%s"
},
"dist": {
"repo": false,
"stageDir": ".stage",
"base": "dist",
"files": ["**/*"]
},
"npm": {
"publish": true,
"publishPath": "."
},
"prompt": {
"src": {
},
"dist": {
}
}
}