-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pimatic-knmi-weather",
"description": "Pimatic plugin for KNMI weather data",
"author": {
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
},
"main": "knmi-weather",
"files": [
"assets",
"knmi-weather.coffee",
"knmi-weather-config-schema.coffee",
"device-config-schema.coffee",
"LICENSE",
"HISTORY.md",
"README.md"
],
"keywords": [
"Netherlands Weather",
"KNMI",
"Pimatic"
],
"version": "0.9.5",
"homepage": "https://github.com/mwittig/pimatic-knmi-weather/tree/master",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/mwittig/pimatic-knmi-weather.git"
},
"bugs": {
"url": "https://github.com/mwittig/pimatic-knmi-weather/issues"
},
"license": "AGPL-3.0",
"maintainers": [
{
"name": "mwittig",
"url": "https://github.com/mwittig"
}
],
"configSchema": "knmi-weather-config-schema.coffee",
"dependencies": {
"jsftp": "git+https://github.com/mwittig/jsftp.git",
"pimatic-plugin-commons": "^0.9.10"
},
"optionalDependencies": {},
"peerDependencies": {
"pimatic": ">=0.9.0 <1.0.0"
},
"engines": {
"node": ">= 4",
"npm": ">= 2"
}
}