UNPKG

aqi-us

Version:

Air Quality Index (AQI) calculation module according to USEPA AQI breakpoints.

30 lines (29 loc) 682 B
{ "name": "aqi-us", "version": "0.3.0", "description": "Air Quality Index (AQI) calculation module according to USEPA AQI breakpoints.", "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/RiANOl/aqi-us.git" }, "keywords": [ "AQI", "EPA" ], "author": "Rianol Jou <rianol.jou@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" } }