{
  "name": "vue-routing-anchor-parser",
  "version": "1.15.1",
  "description": "A Vue directive that parses child elements for internally linking anchor tags and binds their click events to use Vue Router's push().",
  "main": "index.js",
  "scripts": {
    "build": "coffee -ct index.coffee && coffee -ct smart-link.coffee",
    "version": "npm run build && git add -A",
    "postversion": "git push --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BKWLD/vue-routing-anchor-parser.git"
  },
  "keywords": [
    "vue",
    "router",
    "directive"
  ],
  "author": "Bukwild",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BKWLD/vue-routing-anchor-parser/issues"
  },
  "homepage": "https://github.com/BKWLD/vue-routing-anchor-parser#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "coffeescript": "^2.2.4"
  },
  "dependencies": {
    "url-parse": "1.5.9"
  }
}
