-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 1005 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@cicciosgamino/openweather-apis",
"version": "5.3.0",
"description": "Simple APIs to use with OpenWeatherMap.org free servicies, request a APPID on http://openweathermap.org/appid and start!",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CICCIOSGAMINO/openweather-apis.git"
},
"keywords": [
"openweather",
"openweathermap",
"meteo",
"weather",
"weather-api",
"apis"
],
"author": "Marco Canali <marco.canali@gmail.com> (https://github.com/CICCIOSGAMINO)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CICCIOSGAMINO/openweather-apis/issues"
},
"homepage": "https://github.com/CICCIOSGAMINO/openweather-apis",
"scripts": {
"test": "mocha"
},
"dependencies": {
"node-fetch": "^3.3.2"
},
"devDependencies": {
"chai": "^4.3.8",
"lit": "*",
"mocha": "^10.2.0"
},
"directories": {
"example": "examples",
"test": "test"
}
}