{
  "name": "vue-country-selector",
  "version": "1.0.2",
  "description": "A component base on Vue.js for selecting country.",
  "keywords": [
    "country-selector",
    "vue",
    "component"
  ],
  "author": "luichoy",
  "license": "MIT",
  "main": "dist/countryselector.common.js",
  "unpkg": "dist/countryselector.umd.js",
  "style": "dist/countryselector.css",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/luichooy/country-selector"
  },
  "bugs": {
    "url": "https://github.com/luichooy/country-selector/issues"
  },
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name countryselector ./src/components/countryselector.vue",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit",
    "test:e2e": "vue-cli-service test:e2e"
  },
  "dependencies": {
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.1",
    "@vue/cli-plugin-e2e-nightwatch": "^3.0.1",
    "@vue/cli-plugin-eslint": "^3.0.1",
    "@vue/cli-plugin-unit-mocha": "^3.0.1",
    "@vue/cli-service": "^3.0.1",
    "@vue/eslint-config-standard": "^3.0.3",
    "@vue/test-utils": "^1.0.0-beta.20",
    "chai": "^4.1.2",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.0.1",
    "vue-template-compiler": "^2.5.17"
  }
}
