-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "pimatic-luftdaten",
"version": "0.4.7",
"description": "Pimatic plugin for luftdaten sensors",
"main": "luftdaten",
"files": [
"luftdaten.coffee",
"luftdaten-config-schema.coffee",
"device-config-schema.coffee",
"lib/calc.js",
"README.md",
"LICENSE"
],
"dependencies": {
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"peerDependencies": {
"pimatic": "~0.9.0"
},
"engines": {
"node": ">= 4",
"npm": ">1.1.x"
},
"configSchema": "luftdaten-config-schema.coffee",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bertreb/pimatic-luftdaten.git"
},
"keywords": [
"pimatic",
"luftdaten",
"air quality",
"noise"
],
"author": "Bert Gierveld <gitbertreb@gmail.com> (https://github.com/bertreb/pimatic-luftdaten)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bertreb/pimatic-luftdaten/issues"
},
"homepage": "https://github.com/bertreb/pimatic-luftdaten#readme"
}