mailgun/package.json

24 lines
492 B
JSON
Raw Normal View History

2017-02-08 22:25:01 +00:00
{
"name": "mgun",
2017-02-08 22:28:10 +00:00
"version": "1.0.2",
2017-02-08 22:25:01 +00:00
"description": "easy mailgun API wrapper",
"main": "dist/index.js",
2017-02-08 22:26:18 +00:00
"typings": "dist/index.d.ts",
2017-02-08 22:25:01 +00:00
"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"
}