tunnckoCore/github-config

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "github-config",
  "version": "1.0.2",
  "description": "Easily store or get Github config data from `.gitconfig`. Useful when you want to store your github token and test your apps without exposing it.",
  "repository": "tunnckoCore/github-config",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1",
    "git-config-path": "^0.1.0",
    "ini": "^1.3.4",
    "is-plain-object": "^2.0.1",
    "lazy-cache": "^0.2.3",
    "merge-deep": "^2.0.0",
    "object.omit": "^2.0.0",
    "parse-git-config": "^0.3.1",
    "write": "^0.2.1"
  },
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "apps",
    "cfg",
    "conf",
    "config",
    "data",
    "get",
    "git",
    "gitconfig",
    "github",
    "github-config",
    "hub",
    "secure",
    "set",
    "store",
    "token"
  ]
}