UNPKG

weathernaut

Version:

CLI tool for querying the Weather Underground API

35 lines (34 loc) 730 B
{ "name": "weathernaut", "version": "0.0.5", "description": "CLI tool for querying the Weather Underground API", "main": "index.js", "bin": { "weathernaut": "bin/weathernaut" }, "dependencies": { "colors": "~0.6.0-1", "request": "~2.16.6", "optimist": "0.6.x", "async": "0.2.x" }, "devDependencies": { "coffee-script": "~1.6.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/brynbellomy/weathernaut.git" }, "keywords": [ "weather", "cli", "underground", "api", "terminal" ], "author": "bryn austin bellomy <bryn.bellomy@gmail.com>", "license": "WTFPLv2" }