aqi-us-2024
Version:
Air Quality Index (AQI) calculation module according to USEPA AQI breakpoints. (with 2024 changes)
31 lines (30 loc) • 770 B
JSON
{
"name": "aqi-us-2024",
"version": "0.4.0",
"description": "Air Quality Index (AQI) calculation module according to USEPA AQI breakpoints. (with 2024 changes)",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dblinick/aqi-us.git"
},
"keywords": [
"AQI",
"EPA"
],
"original author": "Rianol Jou <rianol.jou@gmail.com>",
"updates by": "Dan Blinick <dblinick@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RiANOl/aqi-us/issues"
},
"homepage": "https://github.com/RiANOl/aqi-us#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"mocha": "^2.4.5"
}
}