23 lines
460 B
JSON
23 lines
460 B
JSON
|
{
|
||
|
"name": "mgun",
|
||
|
"version": "1.0.0",
|
||
|
"description": "easy mailgun API wrapper",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"test": "(npmts)"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@gitlab.com/mojoio/mgun.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"mailgun"
|
||
|
],
|
||
|
"author": "Lossless GmbH",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://gitlab.com/mojoio/mgun/issues"
|
||
|
},
|
||
|
"homepage": "https://gitlab.com/mojoio/mgun#README"
|
||
|
}
|