{ "name": "weather", "description": "", "version": "0.0.0", "homepage": "https://github.com/dominictarr/weather", "repository": { "type": "git", "url": "git://github.com/dominictarr/weather.git" }, "dependencies": { "cont": "^1.0.3", "level": "^1.4.0", "level-sublevel": "^6.5.2", "marked": "^0.3.5", "mkdirp": "^0.5.1", "pull-level": "^1.4.1", "pull-stream": "^3.0.1", "pull-stringify": "^1.2.2", "rc": "^1.1.6", "request": "^2.67.0", "stack": "^0.1.0", "stream-to-pull-stream": "^1.6.6", "timezone-compute": "^0.2.2", "tiny-route": "^2.1.1" }, "devDependencies": { "tape": "^4.4.0" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Dominic Tarr (http://dominictarr.com)", "license": "MIT" }