18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "common",
|
|
"description": "Generic plugin useful for all types of projects",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "JD Boivin",
|
|
"email": "jd@boiv.in"
|
|
},
|
|
"commands": [
|
|
"./commands/hello.md",
|
|
"./commands/readme.md",
|
|
"./commands/gh-pages.md",
|
|
"./commands/issue.md"
|
|
],
|
|
"hooks": [
|
|
"./hooks/hooks.json"
|
|
]
|
|
} |