-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
46 lines (46 loc) · 954 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
{
"name": "pigpio-client",
"version": "1.5.2",
"description": "A nodejs client for pigpio socket interface.",
"main": "pigpio-client.js",
"directories": {
"test": "test"
},
"devDependencies": {
"debug": "^4.1.0",
"lorem-ipsum": "^1.0.4",
"nested-error-stacks": "^2.1.0"
},
"scripts": {
"test": "node ./test/regression.js",
"usage": "node ./examples/usage_promises.js"
},
"config": {
"host": "192.168.100.6",
"gpio": "17",
"baud": "38400"
},
"keywords": [
"pigpio",
"raspberryPi",
"GPIO",
"waveforms",
"servo",
"pwm",
"serial",
"bsc-slave"
],
"author": "Guy McSwain",
"contributors": [
"Philipp",
"Uri Shaked",
"Steven Bradley"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/guymcswain/pigpio-client.git"
},
"bugs": "https://github.com/guymcswain/pigpio-client/issues",
"dependencies": {}
}