url-fragment-extender
Version:
This allows for easy manipulation and extension of URL fragments, as well as handling custom events based on the URL hash.
34 lines (33 loc) • 981 B
JSON
{
"name": "url-fragment-extender",
"version": "2.0.0-rc.3",
"description": "This allows for easy manipulation and extension of URL fragments, as well as handling custom events based on the URL hash.",
"license": "MIT",
"author": "Manuel Lõhmus",
"browser": "browser.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"conextra",
"url",
"fragment",
"extender"
],
"files": [
"browser.js",
"index.js",
"LICENSE",
"package.json",
"README.md",
"README.html"
],
"homepage": "https://github.com/manuel-lohmus/url-fragment-extender#readme",
"bugs": "https://github.com/manuel-lohmus/url-fragment-extender/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/url-fragment-extender.git"
},
"funding": "https://manuel-lohmus.github.io/url-fragment-extender/README.html#license"
}