mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "https",
|
|
"version": "1.0.0",
|
|
"description": "https mediation",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"https",
|
|
"mediation"
|
|
],
|
|
"author": "hardus van der berg <hardus@sunfork.com> (http://www.sunfork.com)",
|
|
"license": "ISC"
|
|
}
|