This commit is contained in:
2017-02-08 23:25:01 +01:00
commit 0d3455fc61
3 changed files with 84 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}