forked from rzr/color-sensor-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.29 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
{
"name": "color-sensor-js",
"version": "0.0.11",
"description": "Color sensors kit supporting TCS34725 (I2C) or simulator",
"main": "index.js",
"directories": {
"example": "example",
"lib": "lib"
},
"optionalDependencies": {
"@abandonware/i2c": "^0.2.4-1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"lint": "eslint .",
"start": "node example",
"test": "node lib/simulator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/color-sensor-js.git"
},
"author": "Philippe Coval <[email protected]> (https://www.npmjs.com/~rzr)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rzr/color-sensor-js/issues"
},
"homepage": "https://libraries.io/npm/color-sensor-js",
"keywords": [
"color",
"colorsensor",
"color-sensor",
"generic",
"generic-sensor",
"i2c",
"colour",
"iotjs",
"iotjs-module",
"iotjs-supported",
"moziot",
"rgb",
"sensor",
"sensors",
"TCS34725",
"tcs3472X",
"w3c",
"webthing"
]
}