-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 723 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 723 Bytes
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
{
"name": "pan-tilt-hat-2",
"version": "1.0.0",
"description": "Pimoroni and Waveshare Pan Tilt HAT control for NodeJS",
"main": "pan-tilt-hat.js",
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"Pimoroni",
"Waveshare",
"Pan",
"Tilt",
"Pan-Tilt",
"HAT",
"Raspberry",
"Pi",
"PTZ",
"servo",
"i2c"
],
"homepage": "http://github.com/RogerHardiman/node-pan-tilt-hat-2",
"repository": {
"type": "git",
"url": "http://github.com/RogerHardiman/node-pan-tilt-hat-2"
},
"author": "Roger Hardiman",
"license": "MIT",
"dependencies": {
"i2c-bus": "5.2.0",
"pca9685": "4.0.3"
},
"devDependencies": {
"nimble": "~0.0.2"
}
}