UNPKG

mailchimp-api-v3

Version:

Mailchimp wrapper for v3 of the mailchimp api, with transparant handling of batch operations

38 lines (37 loc) 862 B
{ "name": "mailchimp-api-v3", "version": "1.15.0", "description": "Mailchimp wrapper for v3 of the mailchimp api, with transparant handling of batch operations", "main": "index.js", "scripts": { "test": "mocha --use_strict" }, "repository": { "type": "git", "url": "git+https://thorning@github.com/thorning/node-mailchimp.git" }, "keywords": [ "mailchimp", "api", "v3", "batch", "mailchimp api v3", "wrapper", "mailchimp api" ], "author": "Andreas Thorning", "license": "MIT", "bugs": { "url": "https://github.com/thorning/node-mailchimp/issues" }, "homepage": "https://github.com/thorning/node-mailchimp#readme", "dependencies": { "bluebird": "^3.4.0", "lodash": "^4.17.14", "request": "^2.88.0", "tar": "^4.0.2" }, "devDependencies": { "mocha": "^5.1.1" } }