aqi-bot
Version:
AQI Bot provide a detail result from AQI Calculation. It also support Nowcast calculation.
31 lines (30 loc) • 696 B
JSON
{
"name": "aqi-bot",
"version": "1.1.4",
"description": "AQI Bot provide a detail result from AQI Calculation. It also support Nowcast calculation.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/ThangLeQuoc/aqi-bot",
"keywords": [
"aqi",
"air quality index"
],
"author": {
"name": "ThangLeQuoc",
"email": "silverhair.guy@gmail.com",
"url": "https://github.com/ThangLeQuoc/"
},
"license": "ISC",
"devDependencies": {
"chai": "^4.1.1",
"chalk": "^2.1.0",
"mocha": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ThangLeQuoc/aqi-bot.git"
},
"dependencies": {}
}