You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
449 B
25 lines
449 B
{
|
|
"name": "git2up",
|
|
"version": "1.0.6",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"bin": {
|
|
"git2up": "bin/git2up"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.poorman.top/topuser/eyc.git"
|
|
},
|
|
"scripts": {
|
|
"start": "git2up check",
|
|
"sync": "git2up sync"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"commander": "^4.0.1",
|
|
"inquirer": "^7.0.0",
|
|
"ora": "^4.0.2"
|
|
}
|
|
}
|