Repository URL to install this package:
Version:
1.0.1 ▾
|
angular-utils-cli
/
package.json
|
---|
{
"name": "angular-utils-cli",
"version": "1.0.1",
"description": "Angular CLI Utils",
"main": "index.js",
"bin": {
"ngutils": "./bin/ngutils"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github-vipera/angular-utils-cli.git"
},
"author": "Barco Bonati",
"license": "Vipera Commercial",
"bugs": {
"url": "https://github.com/github-vipera/angular-utils-cli/issues"
},
"homepage": "https://github.com/github-vipera/angular-utils-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"exec-sh": "^0.3.2",
"figlet": "^1.2.1",
"inquirer": "^6.2.0",
"ora": "^3.0.0",
"path": "^0.12.7",
"promise-serial-exec": "^1.0.0",
"q": "^1.5.1",
"semver": "^5.6.0",
"yargs": "^12.0.5"
}
}