{
  "name": "v-debounce",
  "version": "0.2.0",
  "description": "Input debounce directive for Vue.js",
  "main": "index.js",
  "scripts": {
    "dev": "vue build docs.vue",
    "docs:build": "vue build ./docs.vue --config ./docs.build.js --dist ./docs/ --prod",
    "docs:serve": "open http://localhost:5000/docs/ && serve ./"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/coreusa/v-debounce.git"
  },
  "homepage": "https://retrospirit.net",
  "keywords": ["vuejs", "vuejs2", "vuejs debounce", "debounce", "directive", "input"],
  "author": "None",
  "license": "MIT"
}
