2018-11-18 16:38:11 +08:00

25 lines
569 B
JSON

{
"name": "git-clone",
"version": "0.1.0",
"description": "Clone a git repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jaz303/git-clone.git"
},
"keywords": [
"git",
"clone",
"shell"
],
"author": "Jason Frame <jason@onehackoranother.com> (http://jasonframe.co.uk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaz303/git-clone/issues"
},
"homepage": "https://github.com/jaz303/git-clone"
}