vue2-location-picker
Version:
Location Picker component for Vue.js 2
61 lines (60 loc) • 1.62 kB
JSON
{
"name": "vue2-location-picker",
"version": "1.2.0",
"description": "Location Picker component for Vue.js 2",
"main": "src/index.js",
"author": "Burak Tekin <me@buraktekin.com> (http://buraktekin.com)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-cli": "^6.3.15",
"babel-core": "^6.3.15",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.8.5",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"style-loader": "^0.13.0",
"vue": "^2.1.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"webpack": "^1.13.2"
},
"dependencies": {},
"keywords": [
"map",
"google map",
"autocomplete",
"location",
"location picker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TekinBurak/vue2-location-picker.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TekinBurak/vue2-location-picker/issues"
},
"homepage": "https://github.com/TekinBurak/vue2-location-picker#readme",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"files": [
"src"
]
}