-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.02 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.02 KB
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
{
"name": "array-gpio",
"version": "1.7.3",
"description": "array-gpio is low-level javascript library for Raspberry Pi using direct register access.",
"main": "index.js",
"cpu" : ["arm","arm64"],
"os": ["linux"],
"scripts": {
"test": "mocha test/*.test.js",
"install": "node-gyp rebuild"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.1"
},
"devDependencies": {
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"colors": "^1.1.2"
},
"license": "MIT",
"directories": {},
"engines": {
"node": ">= 8.0.0"
},
"gypfile": true,
"keywords": [
"bcm2835",
"gpio",
"pi",
"raspberry pi",
"rpi",
"rpio",
"onoff",
"pwm",
"i2c",
"spi",
"m2m",
"iot",
"IoT",
"industry 4.0"
],
"homepage": "https://github.com/EdAlegrid/array-gpio",
"bugs": "https://github.com/EdAlegrid/array-gpio/issues",
"repository": "EdAlegrid/array-gpio",
"author": {
"name": "Ed Alegrid",
"email": "ealegrid@gmail.com"
}
}