{
  "name": "generator-badge",
  "version": "1.2.0",
  "description": "Generate badges for your readme",
  "main": "index.js",
  "bin": {
    "badge": "./lib/cli.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "jasmine-node spec/"
  },
  "keywords": [
    "generate",
    "badge",
    "badges",
    "readme",
    "markdown",
    "textile",
    "rdoc",
    "rst",
    "pod",
    "html",
    "node",
    "travis",
    "wercker",
    "appveyor",
    "npm",
    "apm",
    "david",
    "gitter",
    "github",
    "generator",
    "shield",
    "shields",
    "shields.io"
  ],
  "author": "Tan Li Hau <lhtan93@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "arrify": "^1.0.1",
    "bluebird": "^3.3.5",
    "chalk": "^1.1.3",
    "configstore": "^2.0.0",
    "find-up-glob": "^1.0.0",
    "inquirer": "^1.0.2",
    "lodash": "^4.11.1",
    "meow": "^3.7.0",
    "parse-git-config": "^0.4.2",
    "parse-github-url": "^0.3.1",
    "read-pkg-up": "^1.0.1",
    "repeating": "^2.0.1",
    "through2": "^2.0.1",
    "trim-newlines": "^1.0.0",
    "write-file-atomic": "^1.1.4"
  },
  "devDependencies": {
    "jasmine-node": "^1.14.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanhauhau/generator-badge.git"
  },
  "bugs": {
    "url": "https://github.com/tanhauhau/generator-badge/issues"
  },
  "homepage": "https://github.com/tanhauhau/generator-badge#readme"
}
