-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 813 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
{
"name": "cctv-camera-database",
"version": "1.16.4",
"description": "An open, structured database of CCTV / IP camera specifications.",
"scripts": {
"build": "node scripts/build.js && node scripts/gen-docs.js",
"add": "node scripts/add-camera.js",
"add-camera": "node scripts/add-camera.js"
},
"license": "CC0-1.0",
"homepage": "https://cctv-database.com",
"bugs": {
"url": "https://github.com/ch-bas/cctv-camera-database/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ch-bas/cctv-camera-database.git"
},
"keywords": [
"cctv",
"camera",
"security",
"ip-camera",
"surveillance",
"dataset",
"hikvision",
"dahua",
"reolink"
],
"devDependencies": {
"ajv": "^8.20.0",
"ajv-formats": "^3.0.1"
}
}