UNPKG

459 BJSONView Raw
1{
2 "name": "weather",
3 "version": "1.0.4",
4 "description": "An easy way to fetch the weather.",
5 "directories": {
6 "lib": "src/",
7 "example": "examples/"
8 },
9 "main": "src/index.js",
10 "author": "ThatTonybo <twatt74@eq.edu.au>",
11 "license": "GPL-3.0-or-later",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/thattonybo/node-weather"
15 },
16 "private": false,
17 "dependencies": {
18 "phin": "^3.4.0"
19 }
20}