-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 988 Bytes
/
package.json
File metadata and controls
50 lines (50 loc) · 988 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "mailhops",
"version": "2.1.2",
"description": "A nodejs module for interacting with the MailHops API.",
"main": "main.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/mailhops/mailhops-node.git"
},
"keywords": [
"mailhops",
"api",
"email",
"route",
"geoip",
"weather"
],
"author": {
"name": "Andrew Van Tassel",
"email": "andrew@mailhops.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mailhops/mailhops-node/issues"
},
"homepage": "https://mailhops.com",
"_npmUser": {
"name": "avantassel",
"email": "andrew@andrewvantassel.com"
},
"maintainers": [
{
"name": "avantassel",
"email": "andrew@mailhops.com"
}
],
"dependencies": {
"async": "^2.0.1",
"lodash": "^4.15.0",
"qs": "^6.2.1",
"request": "^2.7.4"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^3.0.2"
}
}