Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
angular-utils-cli / package.json
Size: Mime:
{
  "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"
  }
}