node-mandrill-wrapper
Version:
36 lines (35 loc) • 816 B
JSON
{
"name": "node-mandrill-wrapper",
"version": "1.1.0",
"main": "./index.js",
"description": "Mandrill API",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./test node ./node_modules/mocha/bin/mocha --harmony "
},
"keywords": [
"node",
"mandrill",
"api"
],
"author": "marchah <marchah.dev@gmail.com>",
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.21",
"mandrill-api": "^1.0.45"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.7.2",
"mocha": "^3.0.2",
"rewire": "^2.5.2"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/node-mandrill.git"
},
"bugs": {
"url": "https://github.com/marchah/node-mandrill/issues"
},
"homepage": "https://github.com/marchah/node-mandrill",
"license": "MIT"
}