{
  "name": "ipinfo",
  "version": "1.5.2",
  "description": "An http://ipinfo.io NodeJS wrapper.",
  "main": "lib/index.js",
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "nyc ava"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/node-ipinfo.git"
  },
  "keywords": [
    "ipinfo",
    "wrapper",
    "nodejs"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/node-ipinfo/issues"
  },
  "homepage": "https://github.com/IonicaBizau/node-ipinfo",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "jsonrequest": "^4.1.3"
  },
  "devDependencies": {
    "ava": "^0.17.0",
    "nyc": "^10.0.0"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}