quasar-app-extension-geolocation
Version:
A Quasar App Extension to add Geolocation support
23 lines (22 loc) • 656 B
JSON
{
"name": "quasar-app-extension-geolocation",
"version": "0.1.0",
"description": "A Quasar App Extension to add Geolocation support",
"author": "shalev.tomer@gmail.com",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/tomers/app-extension-geolocation"
},
"bugs": "https://github.com/tomers/app-extension-geolocation/issues",
"homepage": "https://github.com/tomers/app-extension-geolocation/blob/master/README.md",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
}
}