{
  "name": "hostmeta",
  "description": "Easily retrieve and parse a host's .well-known/host-meta file",
  "version": "2.0.2",
  "browser": {
    "request": "xhr"
  },
  "bugs": "https://github.com/otalk/hostmeta.js/issues",
  "contributors": [
    "Lance Stout <lance@andyet.net>"
  ],
  "dependencies": {
    "async": "^2.5.0",
    "jxt": "^3.0.1",
    "request": "^2.53.0",
    "xhr": "^2.0.1"
  },
  "devDependencies": {
    "browserify": "^5.11.0",
    "jshint": "^2.6.3",
    "make-better": "^0.4.1",
    "nsp": "^0.2.3",
    "precommit-hook": "^1.0.7",
    "tap-spec": "^0.2.1",
    "tape": "^2.14.0",
    "uglify-js": "^2.4.15"
  },
  "keywords": [
    "well-known",
    "host-meta",
    "xrd"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/otalk/hostmeta.js.git"
  },
  "scripts": {
    "test": "make test",
    "build": "make build",
    "audit": "make audit"
  },
  "testling": {
    "files": [
      "test/test.js"
    ],
    "browsers": [
      "ie/10..latest",
      "chrome/20..latest",
      "chrome/canary",
      "firefox/10..latest",
      "firefox/nightly",
      "opera/next",
      "safari/6..latest",
      "iphone/6..latest",
      "ipad/6..latest",
      "android-browser/4.2..latest"
    ]
  }
}
