-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.21 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
{
"version": "1.4.6",
"name": "psi-sg",
"display_name": "Pollutant Standards Index (PSI) Singapore",
"description": "Provide the Singapore PSI ( https://en.wikipedia.org/wiki/Pollutant_Standards_Index ) from the https://data.gov.sg API. The data is provided under the terms of https://data.gov.sg/open-data-licence",
"author": "Chas-IoT",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"keywords": [
"iot",
"adapter",
"Singapore",
"Pollutant Standard Index"
],
"homepage": "https://github.com/chas-iot/psi-sg",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/chas-iot/psi-sg.git"
},
"bugs": {
"url": "https://github.com/chas-iot/psi-sg/issues"
},
"dependencies": {
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/core": "^7.23.9",
"eslint": "^7.32.0"
},
"files": [
"LICENSE",
"README.md",
"SHA256SUMS",
"index.js",
"manifest.json",
"src/psi-sg-adapter.js",
"src/psi-sg-device.js"
],
"moziot": {
"api": {
"min": 2,
"max": 2
},
"type": "adapter",
"plugin": true,
"exec": "{nodeLoader} {path}"
}
}