UNPKG

catch-links

Version:

intercept local link clicks on a page

28 lines (27 loc) 537 B
{ "name": "catch-links", "version": "2.0.1", "description": "intercept local link clicks on a page", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/catch-links.git" }, "homepage": "https://github.com/substack/catch-links", "keywords": [ "link", "browser", "click", "intercept", "spa", "single-page app" ], "author": "substack", "license": "MIT", "devDependencies": { "tape": "^3.5.0" } }