2017-02-08 22:25:01 +00:00
|
|
|
{
|
|
|
|
"name": "mgun",
|
2017-02-08 22:25:08 +00:00
|
|
|
"version": "1.0.1",
|
2017-02-08 22:25:01 +00:00
|
|
|
"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"
|
|
|
|
}
|