{
  "name": "github-contribution-stats",
  "description": "Client of GitHub Contributions and Streaks",
  "version": "0.3.0",
  "author": "moqada <moqada@gmail.com>",
  "bugs": {
    "url": "https://github.com/moqada/github-contribution-stats/issues"
  },
  "dependencies": {
    "cheerio": "^0.20.0",
    "isomorphic-fetch": "^2.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-plugin-add-module-exports": "^0.2.0",
    "babel-plugin-espower": "^2.1.0",
    "babel-preset-es2015": "^6.3.13",
    "chokidar-cli": "^1.2.0",
    "codecov.io": "^0.1.6",
    "esdoc": "^0.4.4",
    "eslint": "^2.4.0",
    "eslint-config-moqada": "^15.0.0",
    "eslint-plugin-node": "^1.4.0",
    "gh-pages": "^0.11.0",
    "isparta": "^4.0.0",
    "mocha": "^2.3.4",
    "nock": "^8.0.0",
    "npm-run-all": "^2.1.0",
    "power-assert": "^1.2.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/moqada/github-contribution-stats#readme",
  "keywords": [
    "contributions",
    "github",
    "straks"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/moqada/github-contribution-stats.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "codecov": "cat coverage/lcov.info | codecov",
    "deploy": "npm-run-all doc gh-pages",
    "doc": "esdoc -c esdoc.json",
    "gh-pages": "gh-pages -d doc",
    "lint": "eslint --cache {src,test}",
    "postpublish": "npm run deploy",
    "prebuild": "rm -rf lib",
    "predoc": "rm -rf doc",
    "prepublish": "git diff --exit-code && npm run --if-present build",
    "pretest": "rm -rf coverage",
    "test": "npm-run-all lint test:coverage",
    "test:coverage": "babel-node $(npm bin)/isparta cover --report text --report html --report lcovonly _mocha -- test/{**/,}*spec.js --timeout 10000",
    "test:e2e": "mocha test/*e2e.js --timeout 10000",
    "watch": "npm-run-all --parallel watch:*",
    "watch:lint": "chokidar src test -c 'npm run -s lint'",
    "watch:src": "babel --out-dir=lib --watch src",
    "watch:test": "mocha --watch test/*spec.js --timeout 10000"
  }
}
