forked from CICCIOSGAMINO/openweather-apis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 887 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
{
"name": "openweather-apis-promise",
"version": "4.2.0",
"description": "Simple APIs to use with OpenWeatherMap.org free servicies, request a APPID on http://openweathermap.org/appid and start!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:Feder1co5oave/openweather-apis-promise.git"
},
"keywords": [
"openweather",
"openweathermap",
"meteo",
"weather",
"weather-api",
"apis"
],
"author": {
"name": "Marco Canali",
"email": "<marco.canali@gmail.com>",
"url": "https://github.com/CICCIOSGAMINO"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CICCIOSGAMINO/openweather-apis/issues"
},
"homepage": "https://github.com/Feder1co5oave/openweather-apis-promise",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^6.2.2"
}
}