mailchimp-lite
Version:
A lightweight wrapper for Mailchimp's v2 and v3 apis
39 lines • 949 B
JSON
{
"name": "mailchimp-lite",
"description": "A lightweight wrapper for Mailchimp's v2 and v3 apis",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/NickTomlin/mailchimp-lite.git"
},
"scripts": {
"prepublish": "npm run build",
"test": "npm run lint && mocha",
"build": "babel -d dist src",
"lint": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"eslint": "^1.3.1",
"mocha": "^2.3.0",
"nock": "^2.10.0",
"semantic-release": "^4.3.4",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
},
"keywords": [
"mailchimp",
"mailchimp api",
"email"
],
"dependencies": {
"lodash.merge": "^3.3.2",
"request": "^2.61.0",
"rsvp": "^3.2.1"
},
"license": "ISC",
"version": "1.0.8"
}