forked from mailgun/mailgun-js-boland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.17 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mailgun-js",
"description": "Simple Node.js helper module for Mailgun API",
"keywords": ["email", "mailgun"],
"version": "0.7.0",
"homepage": "https://github.com/1lobby/mailgun-js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/1lobby/mailgun-js.git"
},
"bugs": {
"url": "http://github.com/1lobby/mailgun-js/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "./lib/mailgun.js",
"dependencies": {
"form-data": "~0.2.0",
"inflection": "~1.5.3",
"path-proxy": "~1.0",
"proxy-agent": "~1.1.0",
"q": "~1.1.2",
"scmp": "~1.0.0",
"debug": "~2.1.1"
},
"author": {
"name": "Bojan Djurkovic <[email protected]>"
},
"contributors": [
{
"name": "Bojan Djurkovic"
},
{
"name": "Adam Magaluk"
},
{
"name": "Bill Johnston"
},
{
"name": "Jamie Curtis"
},
{
"name": "Serhiy Oplakanets"
},
{
"name": "Julien Faissolle"
},
{
"name": "AJ ONeal"
}
],
"devDependencies": {
"clone": "~0.2.0",
"mocha": "*",
"mailcomposer": "0.2.12"
},
"scripts": {
"test": "mocha"
}
}