-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
64 lines (64 loc) · 1.46 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "generic-sensors-lite",
"version": "0.0.18",
"description": "Lightweight implementation of W3C spec, targeting constrained devices",
"main": "index.js",
"scripts": {
"test": "node lib",
"start": "node example",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/generic-sensors-lite.git"
},
"dependencies": {
"color-sensor-js": "0.0.14"
},
"optionalDependencies": {
"@abandonware/bh1750": "0.0.7-3",
"@abandonware/bmp085-sensor": "0.0.6-2",
"@abandonware/htu21d-i2c": "^0.1.1-0"
},
"iotjs": {
"version": ">=1.0"
},
"keywords": [
"ambient",
"ambientlight",
"battery",
"color",
"generic",
"geolocation",
"i2c",
"illuminance",
"iotjs",
"iotjs-module",
"iotjs-supported",
"light",
"mock",
"orientation",
"proximity",
"sensor",
"sensors",
"simulator",
"temperature",
"humidity",
"w3c",
"webthing"
],
"author": "Philippe Coval <[email protected]> (https://www.npmjs.com/~rzr)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rzr/generic-sensors-lite/issues"
},
"homepage": "https://libraries.io/npm/generic-sensors-lite",
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}