UNPKG

vue-custom-google-autocomplete

Version:
69 lines (68 loc) 1.86 kB
{ "name": "vue-custom-google-autocomplete", "version": "0.1.3", "author": "Damien Roche", "description": "Custom your Google Autocomplete search", "main": "./dist/vue-custom-google-autocomplete.common.js", "keywords": [ "vue2", "autocomplete", "google", "custom", "place", "location" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/damienroche/vue-custom-google-autocomplete.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "build-bundle": "vue-cli-service build --target lib --name vue-custom-google-autocomplete ./src/components/index.js", "lint": "vue-cli-service lint", "test:unit": "vue-cli-service test:unit" }, "bugs": { "url": "https://github.com/damienroche/vue-custom-google-autocomplete/issues" }, "files": [ "dist" ], "dependencies": { "@types/lodash": "^4.14.139", "@types/uuid": "^3.4.5", "axios": "^0.19.0", "camelcase-object-deep": "^1.1.1", "core-js": "^2.6.5", "lodash": "^4.17.15", "snakecase-keys": "^3.1.0", "uuid": "^3.3.3", "vue": "^2.6.10", "vue-class-component": "^7.0.2", "vue-property-decorator": "^8.1.0" }, "devDependencies": { "@types/jest": "^23.1.4", "@vue/cli-plugin-babel": "^3.11.0", "@vue/cli-plugin-typescript": "^3.11.0", "@vue/cli-plugin-unit-jest": "^3.11.0", "@vue/cli-service": "^3.11.0", "@vue/test-utils": "1.0.0-beta.29", "babel-core": "7.0.0-bridge.0", "bootstrap": "^4.3.1", "bulma": "^0.7.5", "node-sass": "^4.9.0", "pug": "^2.0.4", "pug-plain-loader": "^1.0.0", "sass-loader": "^7.1.0", "ts-jest": "^23.0.0", "typescript": "^3.4.3", "vue-template-compiler": "^2.6.10" }, "browserslist": [ "> 1%", "last 2 versions" ] }