UNPKG

cdojs

Version:

JS wrapper for NCEI's Climate Data Online API

42 lines (41 loc) 947 B
{ "name": "cdojs", "version": "1.4.0", "description": "JS wrapper for NCEI's Climate Data Online API", "homepage": "https://github.com/dbkaplun/cdojs#readme", "bugs": "https://github.com/dbkaplun/cdojs/issues", "repository": "dbkaplun/cdojs", "main": "dist/index.js", "scripts": { "build": "rm -rf ./dist && babel ./src --out-dir ./dist", "test": "ava test/index.js" }, "dependencies": { "axios": "0.9.1", "debug": "2.2.0", "lodash": "4.6.1", "rate-limit-promise": "1.0.1" }, "devDependencies": { "ava": "0.13.0", "babel-cli": "6.10.1", "babel-plugin-transform-object-rest-spread": "6.8.0", "babel-preset-es2015": "6.9.0" }, "keywords": [ "NOAA", "NCEI", "NCDC", "CDO", "API", "climate", "data", "historical", "weather", "forecast", "station", "temperature" ], "author": "Dan Kaplun <dbkaplun@gmail.com>", "license": "MIT" }