{
  "name": "gh-streak",
  "description": "Get your current GitHub streak.",
  "version": "2.0.0",
  "author": {
    "name": "Luke Karrys",
    "email": "luke@lukekarrys.com",
    "url": "http://lukekarrys.com"
  },
  "bin": {
    "gh-streak": "index.js"
  },
  "bugs": {
    "url": "https://github.com/lukekarrys/gh-streak/issues"
  },
  "dependencies": {
    "cheerio": "^0.15.0",
    "colors": "^0.6.2",
    "request": "^2.34.0"
  },
  "devDependencies": {
    "jshint": "^2.9.2",
    "mocha": "^1.18.2",
    "precommit-hook": "^3.0.0"
  },
  "homepage": "https://github.com/lukekarrys/gh-streak",
  "keywords": [
    "code",
    "github",
    "streak"
  ],
  "license": "MIT",
  "main": "index.js",
  "pre-commit": [
    "lint",
    "validate",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:lukekarrys/gh-streak.git"
  },
  "scripts": {
    "lint": "jshint .",
    "test": "./node_modules/.bin/mocha -c -u bdd -R spec --timeout 10000 test/test.js",
    "validate": "npm ls"
  }
}
