-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
37 lines (37 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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://[email protected]/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"
}
}