-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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": "air-sensor",
"version": "5.0.2",
"description": "Lib for looking up particulate-matter sensors of the luftdaten network",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aschuma/air-sensor.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"test": "echo 'NOT YET' && exit 0"
},
"keywords": [
"feinstaub",
"airrohr",
"luftdaten",
"sensor-data",
"feinstaubalarm",
"pm10",
"air-quality",
"particulate-matter"
],
"author": "aschuma (https://github.com/aschuma)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aschuma/air-sensor/issues"
},
"homepage": "https://github.com/aschuma/air-sensor#readme",
"dependencies": {
"jsonpath-plus": "7.0.0",
"lodash": "4.17.21",
"node-fetch": "2.6.7"
}
}