{
  "name": "@andrepesi/ng-lib",
  "version": "0.0.10",
  "description": "Gerador de template para bibliotecas Angular 4",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "ng-lib": "index.js"
  },
  "private":false,
  "author": "André P. Silva",
  "license": "ISC",
  "dependencies": {
    "assert": "^1.4.1",
    "async": "^2.6.0",
    "chalk": "^1.1.3",
    "clear": "0.0.1",
    "clui": "^0.3.1",
    "dargs": "^5.1.0",
    "figlet": "^1.1.2",
    "fs-extra": "^4.0.2",    
    "inquirer": "^1.1.0",
    "lodash": "^4.17.4",
    "minimist": "^1.2.0",
    "preferences": "^0.2.1",
    "replace-in-file": "^3.0.0",    
    "touch": "^1.0.0",
    "yosay": "^2.0.1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrepesi/ng-lib.git"
  },
  "keywords": [
    "library",
    "generator",
    "angular",
    "typescript",
    "nodecli"
  ],
  "bugs": {
    "url": "https://github.com/andrepesi/ng-lib/issues"
  },
  "homepage": "https://github.com/andrepesi/ng-lib#readme"
}