UNPKG

nuxt-interpolation

Version:

Directive for binding every link to catch the click event, and if it's a relative link router will push.

43 lines (42 loc) 1.18 kB
{ "name": "nuxt-interpolation", "version": "0.2.7", "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.", "main": "lib/module.js", "directories": { "lib": "lib" }, "scripts": { "lint": "node_modules/.bin/eslint --ext .js lib", "release": "standard-version --sign && git push --follow-tags && npm publish" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/daliborgogic/nuxt-interpolation.git" }, "keywords": [ "nuxt", "router", "links", "internal", "external" ], "author": "Dalibor Gogic <mail@daliborgogic/com>", "license": "MIT", "bugs": { "url": "https://github.com/daliborgogic/nuxt-interpolation/issues" }, "homepage": "https://github.com/daliborgogic/nuxt-interpolation#readme", "devDependencies": { "eslint": "^8.2.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "standard-version": "^8.0.1" } }