{
    "name": "iplocation",
    "version": "6.1.0",
    "description": "get ip location information",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
        "LICENSE",
        "README.md",
        "lib/*",
        "src/*"
    ],
    "scripts": {
        "build": "tsc",
        "test": "npm run build && tslint --project . && eslint . && ahcom"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/roryrjb/iplocation"
    },
    "keywords": [
        "ip",
        "location",
        "ip-location",
        "geolocation"
    ],
    "author": "Rory Bradford <roryrjb@gmail.com> (https://roryrjb.com)",
    "contributors": [
        {
            "name": "Chris Dyson"
        },
        {
            "name": "Ahmed Tarek"
        },
        {
            "name": "Jacques L. Chereau"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/roryrjb/iplocation/issues"
    },
    "homepage": "https://github.com/roryrjb/iplocation",
    "dependencies": {
        "debug": "^3.0.0",
        "ip-validator": "0.0.1",
        "request": "=2.88.0"
    },
    "devDependencies": {
        "@types/debug": "=0.0.31",
        "@types/request": "=2.47.1",
        "ahcom": "=0.0.10",
        "eslint": "=5.7.0",
        "tslint": "=5.11.0",
        "typescript": "=3.1.3"
    },
    "engines": {
        "node": ">=4.0.0"
    }
}
