madmimi-alt
Version:
A simple, feature-complete client for the Mad Mimi REST API.
43 lines (42 loc) • 866 B
JSON
{
"name": "madmimi-alt",
"version": "2.0.1",
"description": "A simple, feature-complete client for the Mad Mimi REST API.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:donasaur/madmimi.git"
},
"keywords": [
"mad",
"mimi",
"email",
"marketing",
"send",
"email",
"madmimi"
],
"author": "Don Mai <donhmai@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/donasaur/madmimi/issues"
},
"homepage": "https://github.com/donasaur/madmimi",
"dependencies": {
"errbot": "0.0.3",
"methods": "^1.1.0",
"request": "^2.44.0"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.8",
"gulp-mocha": "^1.1.0",
"nock": "^0.48.0"
}
}