{
  "name": "link-types",
  "description": "Parse an HTML attribute value containing link types.",
  "version": "1.1.0",
  "license": "MIT",
  "homepage": "https://github.com/stevenvachon/link-types",
  "author": {
    "name": "Steven Vachon",
    "email": "contact@svachon.com",
    "url": "http://www.svachon.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stevenvachon/link-types.git"
  },
  "bugs": {
    "url": "https://github.com/stevenvachon/link-types/issues"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "scripts": {
    "test": "mocha test.js --reporter spec --check-leaks --bail"
  },
  "files": [
    "index.js",
    "license"
  ],
  "keywords": [
    "html",
    "link",
    "rel",
    "seo"
  ]
}
