-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 Bytes
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
38
39
{
"name": "stormpath-mailchimp",
"version": "0.0.1",
"description": "Enrich your Mailchimp lists with Stormpath, instantly!",
"main": "bin/stormpath-mailchimp",
"bin": {
"stormpath-mailchimp": "./bin/stormpath-mailchimp"
},
"dependencies": {
"async": "^0.9.0",
"commander": "^2.2.0",
"fullcontact": "^0.0.2",
"mailchimp": "^1.1.0",
"mkdirp": "^0.5.0",
"stormpath": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rdegges/stormpath-mailchimp.git"
},
"keywords": [
"stormpath",
"accounts",
"authentication",
"fullcontact",
"enrich",
"data"
],
"author": "Randall Degges",
"license": "UNLICENSE",
"bugs": {
"url": "https://github.com/rdegges/stormpath-mailchimp/issues"
},
"homepage": "https://github.com/rdegges/stormpath-mailchimp"
}