grib-js
Version:
Full JavaScript GRIB2 parser
25 lines (24 loc) • 652 B
JSON
{
"name": "grib-js",
"version": "1.0.0",
"description": "Full JavaScript GRIB2 parser",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/gmerciel/grib.js.git"
},
"keywords": ["grib", "forecast", "noaa", "weather", "wind"],
"devDependencies": {
"commander": "^2.11.0",
"karma": "^6.4.2",
"karma-browserify": "^8.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha && karma start --single-run --browsers Firefox,Chrome config/karma.conf.js"
}
}