{
  "name": "parse-link-header",
  "version": "1.0.1",
  "description": "Parses a link header and returns paging information for each contained link.",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/parse-link-header.git"
  },
  "homepage": "https://github.com/thlorenz/parse-link-header",
  "dependencies": {
    "xtend": "~4.0.1"
  },
  "devDependencies": {
    "tape": "~1.0.3",
    "tap": "~0.4.3"
  },
  "keywords": [
    "parse",
    "link",
    "header",
    "weblink",
    "web",
    "link",
    "rel"
  ],
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.6"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
