UNPKG

vue-country-code

Version:
64 lines (63 loc) 1.71 kB
{ "name": "vue-country-code", "version": "1.1.3", "description": "Country Code Select with Vue", "author": "Trong Binh Han <me@hantrongbinh.dev>", "license": "MIT", "homepage": "https://hantrongbinh.github.io/vue-country-code/", "repository": { "type": "git", "url": "git+https://github.com/hantrongbinh/vue-country-code.git" }, "scripts": { "serve": "vue-cli-service serve", "build:docs": "vue-cli-service build", "build": "rollup -c", "lint": "vue-cli-service lint" }, "files": [ "dist/" ], "main": "dist/vue-country-code.js", "dependencies": {}, "devDependencies": { "@rollup/plugin-alias": "^3.0.0", "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-replace": "^2.3.0", "@vue/cli-plugin-babel": "^4.5.12", "@vue/cli-plugin-eslint": "^4.5.12", "@vue/cli-service": "^4.5.12", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.0.3", "core-js": "^3.6.3", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "path": "^0.12.7", "prettier": "^1.19.1", "rollup": "^1.29.0", "rollup-plugin-analyzer": "^3.2.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-terser": "^5.1.3", "rollup-plugin-vue": "^5.1.5", "vue": "^2.6.12", "vue-template-compiler": "^2.6.12" }, "keywords": [ "vue", "telephone", "phone", "country", "vue-country-code", "phone code", "country code" ], "bugs": { "url": "https://github.com/hantrongbinh/vue-country-code/issues" }, "directories": { "doc": "docs" } }