-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 934 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "mcp-spi-adc",
"version": "3.2.0",
"description": "MCP3002/4/8, MCP3202/4/8 and MCP3304 SPI analog to digital conversion",
"main": "mcp-spi-adc.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"lint": "jshint *.js example/*.js test/*.js test/*/*.js",
"test": "cd test && ./run-tests && cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/fivdi/mcp-spi-adc.git"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"spi-device": "^3.1.1",
"lodash.clone": "^4.5.0"
},
"devDependencies": {
"jshint": "^2.12.0"
},
"keywords": [
"mcp3008",
"mcp3004",
"mcp3002",
"mcp3208",
"mcp3204",
"mcp3202",
"mcp3201",
"mcp3304",
"spi",
"adc",
"iot",
"raspberry",
"raspi",
"rpi",
"pi",
"beaglebone",
"linux"
],
"author": "fivdi",
"license": "MIT"
}