14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"name": "git",
|
|
"description": "Common repository operations for git",
|
|
"version": "0.3.0",
|
|
"author": {
|
|
"name": "Aotokitsuruya"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |