pafilo
Version:
MailGun mailing provider for service_maker
31 lines (30 loc) • 625 B
JSON
{
"name": "pafilo",
"version": "0.0.4",
"description": "MailGun mailing provider for service_maker",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony"
},
"author": "avbel <belchikovs@gmail.com>",
"license": "MIT",
"dependencies": {
"superagent": "^0.18.2"
},
"devDependencies": {
"co": "^3.0.6",
"co-hapi": "0.0.9",
"co-mocha": "0.0.4",
"hapi": "^6.2.1",
"mocha": "^1.21.0",
"nock": "^0.42.2",
"should": "^4.0.4"
},
"keywords": [
"service_maker",
"service maker",
"mailgun",
"mail gun",
"mail"
]
}