UNPKG

@momsfriendlydevco/bom

Version:

Scraper for the Australian Bureau of Meteorology (BOM) - including radar images

41 lines (40 loc) 917 B
{ "name": "@momsfriendlydevco/bom", "version": "1.0.2", "description": "Scraper for the Australian Bureau of Meteorology (BOM) - including radar images", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/MomsFriendlyDevCo/bom.git" }, "keywords": [ "australia", "bom", "weather", "radar", "Bureau", "Meteorology" ], "author": "Matt Carter <m@ttcarter.com>", "license": "MIT", "bugs": { "url": "https://github.com/MomsFriendlyDevCo/bom/issues" }, "homepage": "https://github.com/MomsFriendlyDevCo/bom#readme", "dependencies": { "async-chainable": "^2.3.2", "debug": "^3.1.0", "ftp": "^0.3.10", "glob": "^7.2.0", "imagemagick": "^0.1.3", "lodash": "^4.17.5", "mkdirp": "^0.5.5" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.4" } }