sayden/git-cli

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "git-command-line",
  "version": "0.1.6",
  "description": "A wrapper for command line git with promises",
  "main": "index.js",
  "scripts": {
    "test":"mocha",
    "test_old": "istanbul cover node_modules/.bin/_mocha ; CODECLIMATE_REPO_TOKEN=8a405b00f1c4f57094cdd768148c11a3bd905bf3b03f29edc4236bfec304614d codeclimate < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sayden/git-command-line.git"
  },
  "keywords": [
    "git",
    "cli",
    "command",
    "line",
    "cvs"
  ],
  "author": "Mario Castro <mariocaster@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sayden/git-cmd/issues"
  },
  "homepage": "https://github.com/sayden/git-cmd",
  "dependencies": {
    "q": "^1.2.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "codeclimate-test-reporter": "^0.0.4",
    "grunt": "^0.4.5",
    "grunt-codeclimate": "0.0.1-1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-env": "^0.4.4",
    "grunt-istanbul": "^0.5.0",
    "grunt-jsdoc": "^0.5.8",
    "grunt-mocha-istanbul": "^2.4.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-publish": "0.0.5",
    "istanbul": "0.3.13",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "^2.2.4"
  }
}