UNPKG

@octonary/mailgun-js

Version:

Simple Node.js helper module for Mailgun API. Forked to fix IE issues with ` character.

50 lines (49 loc) 1.11 kB
{ "name": "@octonary/mailgun-js", "description": "Simple Node.js helper module for Mailgun API. Forked to fix IE issues with ` character.", "keywords": [ "email", "mailgun" ], "version": "102.13.1", "homepage": "https://github.com/bojand/mailgun-js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/hwillson/mailgun-js.git" }, "bugs": { "url": "http://github.com/bojand/mailgun-js/issues" }, "engines": { "node": ">=4.0" }, "main": "./lib/mailgun.js", "dependencies": { "async": "~2.5.0", "debug": "~3.1.0", "form-data": "~2.3.0", "inflection": "~1.12.0", "is-stream": "^1.1.0", "path-proxy": "~1.0.0", "promisify-call": "^2.0.2", "proxy-agent": "~2.1.0", "tsscmp": "~1.0.0" }, "author": { "name": "Bojan Djurkovic <dbojan@gmail.com>" }, "devDependencies": { "clone": "~2.1.0", "nodemailer": "~4.1.0", "mocha": "~4.0.0", "request": "^2.67.0" }, "scripts": { "test": "mocha", "docs": "./bin/docs" }, "directories": { "test": "test" } }