{
  "name": "dat-link-resolve",
  "description": "resolve urls, links to a dat key",
  "version": "2.3.1",
  "author": "Joe Hand <joe@hand.email>",
  "bugs": {
    "url": "https://github.com/datproject/dat-link-resolve/issues"
  },
  "devDependencies": {
    "standard": "^12.0.1",
    "tape": "^4.9.2"
  },
  "homepage": "https://github.com/datproject/dat-link-resolve",
  "keywords": [
    "dat"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/datproject/dat-link-resolve.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "dependencies": {
    "dat-dns": "^3.0.2",
    "dat-encoding": "^5.0.1",
    "debug": "^4.1.1",
    "simple-get": "^3.0.3"
  }
}
