{
  "name": "online-branch-exist",
  "version": "2.0.2",
  "description": "Check that given branch/tag/release exist in github repo, using `user/repo#branch` pattern.",
  "scripts": {
    "lint": "jshint index.js && jscs index.js --reporter inline",
    "test": "node test.js",
    "test-cov": "istanbul cover test.js",
    "test-travis": "istanbul cover test.js --report lcovonly"
  },
  "author": {
    "name": "Charlike Mike Reagent",
    "email": "mameto_100@mail.bg",
    "url": "https://github.com/tunnckoCore"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tunnckoCore/online-branch-exist.git"
  },
  "keywords": [
    "api",
    "apis",
    "async",
    "branch",
    "branches",
    "callback",
    "callbacks",
    "cb",
    "check",
    "control",
    "exist",
    "exists",
    "flow",
    "git",
    "github",
    "online",
    "repo",
    "repositories",
    "repository",
    "tag",
    "tags",
    "user",
    "util",
    "utility",
    "utils",
    "validate"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/tunnckoCore/online-branch-exist/blob/master/license.md"
  },
  "dependencies": {
    "github-short-url-regex": "~3.0.0",
    "got": "^2.6.0",
    "handle-errors": "~1.0.0",
    "is-plain-object": "~1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "istanbul-harmony": "~0.3.1"
  }
}
