mailgun/package.json
2017-02-08 23:28:10 +01:00

24 lines
492 B
JSON

{
"name": "mgun",
"version": "1.0.2",
"description": "easy mailgun API wrapper",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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"
}