UNPKG

machinepack-mandrill

Version:

Machines for talking to the Mandrill API.

39 lines (38 loc) 765 B
{ "name": "machinepack-mandrill", "version": "1.2.0", "description": "Machines for talking to the Mandrill API.", "scripts": { "test": "mocha -b" }, "keywords": [ "machine", "machines", "mandrill", "mandrill-api", "email" ], "author": "Mike McNeil", "license": "MIT", "devDependencies": { "mocha": "~1.19.0", "test-machinepack-mocha": "^2.1.1" }, "dependencies": { "async": "~0.9.0", "machine": "^11.0.0", "request": "~2.36.0" }, "machinepack": { "machineDir": "machines", "machines": [ "send-plaintext-email", "send-template-email", "add-template", "list-templates", "delete-template", "delete-all-templates", "migrate-templates" ] } }