-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 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
{
"name": "node-red-contrib-dutch-weather",
"version": "3.0.2",
"description": "Dutch weather and rain info for use with node-red",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"keywords": [
"node-red",
"Buienalarm",
"Buienradar",
"Meteoplaza",
"Precipitation prediction",
"Rainfall"
],
"node-red": {
"nodes": {
"dutch-weather": "dutch-weather.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvdhoven/node-red-contrib-dutch-weather.git"
},
"bugs": {
"url": "https://github.com/gvdhoven/node-red-contrib-dutch-weather/issues"
},
"homepage": "https://github.com/gvdhoven/node-red-contrib-dutch-weather#readme",
"author": "Gilles van den Hoven <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"lodash.isequal": "^4.5.0",
"moment": "^2.25.3",
"node-fetch": "^2.6.1"
}
}