regit
Version:
30 lines (29 loc) • 580 B
JSON
{
"name": "regit",
"version": "0.0.1",
"description": "",
"main": "./index.js",
"preferGlobal": "true",
"bin": {
"regit": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:yuwancumian/regit.git"
},
"keywords": [
"keyword1",
"keyword2"
],
"author": "yuwancumian",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuwancumian/regit/issues"
},
"homepage": "https://github.com/yuwancumian/regit",
"dependencies": {
}
}