git-net
Version:
JS-Git adapter to create remote instances from urls and platforms.
26 lines (25 loc) • 574 B
JSON
{
"name": "git-net",
"version": "0.0.4",
"description": "JS-Git adapter to create remote instances from urls and platforms.",
"main": "remote.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/creationix/git-net.git"
},
"keywords": [
"js-git",
"remote"
],
"author": "Tim Caswell <tim@creationix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/creationix/git-net/issues"
},
"dependencies": {
"push-to-pull": "~0.1.0"
}
}