UNPKG

git-command-line

Version:

A wrapper for command line git with promises

48 lines (47 loc) 1.34 kB
{ "name": "git-command-line", "version": "0.1.5", "description": "A wrapper for command line git with promises", "main": "index.js", "scripts": { "test": "istanbul cover node_modules/.bin/_mocha ; CODECLIMATE_REPO_TOKEN=8a405b00f1c4f57094cdd768148c11a3bd905bf3b03f29edc4236bfec304614d codeclimate < coverage/lcov.info", "instrument": "istanbul instrument . -o instrument", "cover": "istanbul cover node_modules/.bin/_mocha", "report": "istanbul report" }, "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-test": "^0.12.7", "istanbul": "0.3.13", "load-grunt-tasks": "^3.1.0", "mocha": "^2.2.4" } }