weather
Version:
An easy way to fetch the weather.
21 lines (20 loc) • 459 B
JSON
{
"name": "weather",
"version": "1.0.4",
"description": "An easy way to fetch the weather.",
"directories": {
"lib": "src/",
"example": "examples/"
},
"main": "src/index.js",
"author": "ThatTonybo <twatt74@eq.edu.au>",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/thattonybo/node-weather"
},
"private": false,
"dependencies": {
"phin": "^3.4.0"
}
}