blob: f604622577da2a93d88ca0763d19bc3ac1becb1f [file] [log] [blame]
{
"_args": [
[
"mailgun-js@0.7.15",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "mailgun-js@0.7.15",
"_id": "mailgun-js@0.7.15",
"_inBundle": false,
"_integrity": "sha1-7jZqINrGTDwVwD1sGz4O15UlKrs=",
"_location": "/mailgun-js",
"_optional": true,
"_phantomChildren": {
"asynckit": "0.4.0",
"combined-stream": "1.0.6",
"lodash": "4.17.10",
"mime-types": "2.1.18"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "mailgun-js@0.7.15",
"name": "mailgun-js",
"escapedName": "mailgun-js",
"rawSpec": "0.7.15",
"saveSpec": null,
"fetchSpec": "0.7.15"
},
"_requiredBy": [
"/log4js"
],
"_resolved": "https://registry.npmjs.org/mailgun-js/-/mailgun-js-0.7.15.tgz",
"_spec": "0.7.15",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Bojan Djurkovic",
"email": "bojan@onelobby.com"
},
"bugs": {
"url": "http://github.com/bojand/mailgun-js/issues"
},
"dependencies": {
"async": "~2.1.2",
"debug": "~2.2.0",
"form-data": "~2.1.1",
"inflection": "~1.10.0",
"is-stream": "^1.1.0",
"path-proxy": "~1.0.0",
"proxy-agent": "~2.0.0",
"q": "~1.4.0",
"tsscmp": "~1.0.0"
},
"description": "Simple Node.js helper module for Mailgun API",
"devDependencies": {
"clone": "~1.0.0",
"mailcomposer": "~2.1.0",
"mocha": "~3.0.2",
"request": "^2.67.0"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/bojand/mailgun-js",
"keywords": [
"email",
"mailgun"
],
"license": "MIT",
"main": "./lib/mailgun.js",
"name": "mailgun-js",
"repository": {
"type": "git",
"url": "git://github.com/bojand/mailgun-js.git"
},
"scripts": {
"docs:api": "./bin/docs",
"docs:build": "npm run docs:api && npm run docs:prepare && npm run docs:clean && gitbook build",
"docs:clean": "rm -rf _book",
"docs:prepare": "gitbook install",
"docs:publish": "npm run docs:build && cd _book && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && git add . && git commit -am 'Update docs' && git push https://github.com/bojand/mailgun-js.git gh-pages --force",
"docs:watch": "npm run docs:api && npm run docs:prepare && gitbook serve",
"test": "mocha"
},
"version": "0.7.15"
}