{ "name": "vue-weather-widget", "version": "4.3.1", "description": "Weather forecast widget for Vuejs using DarkSky api", "exportName": "vue-weather-widget", "main": "src/index.js", "module": "examples/static/dist/js/vue-weather-widget.esm.js", "unpkg": "examples/static/dist/js/vue-weather-widget.min.js", "browser": { "VueWeatherWidget": "src/VueWeatherWidget.vue" }, "files": [ "src", "dist" ], "scripts": { "lint": "eslint src", "lint-fix": "eslint --fix src", "patch": "npm version patch --no-git-tag-version && git add package.json package-lock.json && git commit -m \"Update version:patch\" && git push && npm publish", "minor": "npm version minor --no-git-tag-version && git add package.json package-lock.json && git commit -m \"Update version:minor\" && git push && npm publish", "major": "npm version major --no-git-tag-version && git add package.json package-lock.json && git commit -m \"Update version:major\" && git push && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/dipu-bd/vue-weather-widget.git" }, "keywords": [ "weather", "forecast", "darksky", "vue-weather", "vue-weather-widget", "vuejs-weather", "vuejs-weather-widget", "vue", "vuejs", "vue-plugin", "vue-component" ], "author": "Sudipto Chandra ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/dipu-bd/vue-weather-widget/issues" }, "homepage": "https://github.com/dipu-bd/vue-weather-widget#readme", "dependencies": { "jsonp": "^0.2.1", "vue-skycons": "^4.1.1" }, "devDependencies": { "eslint": "^7.32.0", "eslint-plugin-vue": "^7.20.0", "vue": "^2.6.14" } }