maxmind-reload
Version:
Get maxmind paid and lite geoip data updates with exponential and custom retry2 strategies
34 lines (33 loc) • 799 B
JSON
{
"name": "maxmind-reload",
"version": "0.1.9",
"description": "Get maxmind paid and lite geoip data updates with exponential and custom retry2 strategies",
"main": "index.js",
"scripts": {
"test": "mocha -R list test/*.js",
"TESTS.md": "mocha -R markdown test/*.js > TESTS.md"
},
"repository": {
"type": "git",
"url": "https://github.com/angleman/maxmind-reload.git"
},
"keywords": [],
"author": "angleman",
"license": "MIT",
"bugs": {
"url": "https://github.com/angleman/maxmind-reload/issues"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"maxmind-loader": "~0.5.12"
},
"devDependencies": {
"license-md": "~0.3.6",
"grunt": "~0.4.x",
"grunt-bump": "~0.0.x",
"mocha": "~1.12.0",
"should": "~1.2.2"
}
}