-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.16 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
{
"name": "pelcod-decoder",
"version": "3.0.1",
"description": "CCTV PTZ Telemetry Decoder for Pelco D, Pelco P, BBV422, Bosch/Philips, Forward Vision, Vicon, Panasonic, AD/Sensormatic, Samsung, VISCA protocols",
"license": "MIT",
"author": {
"name": "Roger Hardiman",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/rogerhardiman/node-pelcod-decoder.git"
},
"dependencies": {
"node-datetime": "^2.1.2",
"serialport": "^9.0.3",
"commander": "^2.9.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.26.0",
"istanbul": "^0.4.3",
"mocha": "^8.2.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
},
"keywords": [
"CCTV",
"Pelco",
"Pelco D",
"Pelco P",
"Bosch",
"Philips",
"Forward Vision",
"FV",
"Videmech",
"BBV",
"Building Block Video",
"Vicon",
"Visca",
"Samsung",
"serial",
"485",
"RS485",
"422",
"RS422",
"telemetry",
"protocol",
"pan",
"tilt",
"zoom"
]
}