{
  "name": "vue-select",
  "description": "A native Vue.js select component that provides similar functionality to Select2/Chosen without the overhead of jQuery.",
  "main": "dist/vue-select.js",
  "authors": [
    "Jeff Sagal <sagalbot@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sagalbot/vue-select"
  },
  "license": "MIT",
  "keywords": [
    "vue.js",
    "vue-select",
    "select2",
    "tagging"
  ],
  "moduleType": [
    "amd",
    "node",
    "es6"
  ],
  "homepage": "http://sagalbot.github.io/vue-select/",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
