{
  "name": "github-search",
  "description": "A Library for Github's Code Search API",
  "homepage": "https://github.com/KevinTCoughlin/node-github-search",
  "keywords": [
    "github",
    "search"
  ],
  "version": "0.0.3",
  "author": "Kevin Coughlin <kevintcoughlin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:KevinTCoughlin/node-github-search.git"
  },
  "bugs": "https://github.com/KevinTCoughlin/node-github-search/issues",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "main": "./lib/index"
}
