git-wrapper2-promise
Version:
A wrapper around the git executable with convenience functions for common commands, promisified via child-process-promise
65 lines (64 loc) • 1.54 kB
JSON
{
"name": "git-wrapper2-promise",
"description": "A wrapper around the git executable with convenience functions for common commands, promisified via child-process-promise",
"tags": [
"git"
],
"keywords": [
"git", "git-wrapper", "git-wrapper2"
],
"version": "0.2.9",
"author": {
"name": "Paul Vorbach",
"email": "paul@vorba.ch",
"url": "http://paul.vorba.ch/"
},
"contributors": [
{
"name": "Matthew Phillips",
"email": "matthew@matthewphillips.info",
"url": "http://www.matthewphillips.info"
},
{
"name": "David Ash",
"email": "green.neon@gmail.com",
"url": "https://github.com/dash-/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dash-/git-wrapper2-promise"
},
"bugs": {
"url": "https://github.com/dash-/git-wrapper2-promise/issues"
},
"main": "./git.js",
"engines": {
"node": ">=0.4.0"
},
"license": "MIT",
"dependencies": {
"child-process-promise": "^1.1.0"
},
"devDependencies": {},
"optionalDependencies": {},
"readmeFilename": "README.md",
"_id": "git-wrapper2@0.2.5",
"dist": {
"shasum": "d49bede9756675eb0a825f122bfc8a3a117b742f",
"tarball": "http://registry.npmjs.org/git-wrapper2/-/git-wrapper2-0.2.5.tgz"
},
"_from": "git-wrapper2@*",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "dash-",
"email": "green.neon@gmail.com"
},
"maintainers": [
{
"name": "dash-",
"email": "green.neon@gmail.com"
}
],
"directories": {}
}