{
  "name": "ipfreely",
  "version": "1.0.1",
  "description": "Get the IP address of your favorite domains. Freely.",
  "main": "index.js",
  "scripts": {
    "test": "ava test/spec.js"
  },
  "files": [
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarcastech/ipfreely.git"
  },
  "keywords": [
    "IP",
    "IPaddress",
    "Domain"
  ],
  "author": "Sarcastech",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sarcastech/ipfreely/issues"
  },
  "homepage": "https://github.com/sarcastech/ipfreely#readme",
  "devDependencies": {
    "ava": "^0.17.0"
  }
}
