UNPKG

clima

Version:

Get city weather from wttr.in

30 lines (29 loc) 720 B
{ "name": "clima", "version": "1.1.4", "description": "Get city weather from wttr.in", "main": "clima", "bin": { "clima": "clima" }, "preferGlobal": true, "scripts": { "test": "echo \":)\"", "postversion": "git push origin dev && git checkout master && git merge dev && git push origin master --tags && npm publish && git checkout dev" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fdaciuk/clima.git" }, "keywords": [ "weather", "climate", "clima" ], "author": "Fernando Daciuk - @fdaciuk", "license": "MIT", "bugs": { "url": "https://github.com/fdaciuk/clima/issues" }, "homepage": "https://github.com/fdaciuk/clima#readme" }