{
  "author": "Peter Magnusson <kmpm@birchroad.net>",
  "name": "easyip",
  "description": "Node library for the Fest Easy-IP protocoll",
  "version": "3.1.0",
  "homepage": "http://github.com/birchroad/node-easyip",
  "repository": {
    "type": "git",
    "url": "git://github.com/birchroad/node-easyip.git"
  },
  "main": "./index.js",
  "engines": {
    "node": "v16.x"
  },
  "dependencies": {
    "debug": "^4.3.4"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "eslint": "^8.24.0",
    "mocha": "^10.0.0"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint index.js lib test examples"
  }
}
