vue-ol
Version:
Openlayers Wrapper for VueJS
31 lines (30 loc) • 623 B
JSON
{
"name": "vue-ol",
"version": "1.0.1",
"description": "Openlayers Wrapper for VueJS",
"main": "src/vue-ol.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rukandax/vue-ol.git"
},
"keywords": [
"Vue",
"VueJS",
"Openlayers",
"Openlayer",
"Map",
"OL"
],
"author": "Rukanda Faridsi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rukandax/vue-ol/issues"
},
"homepage": "https://github.com/rukandax/vue-ol#readme",
"dependencies": {
"ol": "^4.4.1"
}
}