mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
10 lines
240 B
JSON
10 lines
240 B
JSON
{
|
|
"name": "gancio-plugin-webhook",
|
|
"version": "1.0.0",
|
|
"description": "Webhook plugin for Gancio",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|