yangg/git-shortcut

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "git-shortcut",
  "version": "1.3.1",
  "description": "quickly run git commands work with multiple repos without switch directory",
  "main": "index",
  "bin": {
    "g": "./bin/g"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yangg/git-shortcut.git"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "keywords": [
    "git",
    "shortcut",
    "alias"
  ],
  "author": "Brook Yang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yangg/git-shortcut/issues"
  },
  "homepage": "https://github.com/yangg/git-shortcut#readme",
  "dependencies": {
    "yaml-settings": "^1.0.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "rewire": "^2.5.2"
  }
}