link-types
Version:
Parse an HTML attribute value containing link types.
35 lines (34 loc) • 804 B
JSON
{
"name": "link-types",
"description": "Parse an HTML attribute value containing link types.",
"version": "3.0.0",
"license": "MIT",
"author": "Steven Vachon <contact@svachon.com> (https://svachon.com)",
"repository": "github:stevenvachon/link-types",
"browser": "index-es5.js",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"chai": "^4.2.0",
"mocha": "^6.1.4"
},
"engines": {
"node": ">= 8"
},
"scripts": {
"prepublish": "babel index.js --out-file=index-es5.js --presets=@babel/env --source-maps",
"test": "mocha test.js --check-leaks --bail"
},
"files": [
"index.js",
"index-es5.js",
"index-es5.js.map"
],
"keywords": [
"html",
"link",
"rel",
"seo"
]
}