add node_modules

This commit is contained in:
fxy060608
2018-11-18 15:15:00 +08:00
parent 2ca7c14dbc
commit 5ceb08127a
1366 changed files with 120305 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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"
}