mirror of
https://github.com/MailHops/mailhops-node.git
synced 2025-05-15 11:20:12 -07:00
51 lines
988 B
JSON
51 lines
988 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|