mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2025-04-13 09:13:07 +08:00
25 lines
569 B
JSON
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"
|
|
}
|