-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
57 lines (57 loc) · 1.35 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
56
57
{
"name": "@exadel/compreface-js-sdk",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "JavaScript SDK for CompreFace - free and open-source face recognition system from Exadel",
"main": "index.js",
"type": "module",
"types":"compreface.d.ts",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exadel-inc/compreface-javascript-sdk.git"
},
"keywords": [
"CompreFace",
"Face Recognition",
"Face Detection",
"Face Verification",
"Face Identification",
"Age Recognition",
"Gender Recognition",
"Mask Detection",
"Computer Vision",
"SDK"
],
"contributors": [
{
"name": "Dostonbek Oripjonov",
"email": "doripjonov@exadel.com"
},
{
"name": "Serhii Pospielov",
"email": "spospielov@exadel.com"
},
{
"name": "Volodymyr Vasko",
"email": "vvasko@exadel.com"
},
{
"name": "Saba Mchedlidze",
"email": "smchedlidze@exadel.com"
}
],
"bugs": {
"url": "https://github.com/exadel-inc/compreface-javascript-sdk/issues"
},
"homepage": "https://exadel.com/solutions/compreface/",
"dependencies": {
"axios": "^0.21.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"jest": "^26.6.0"
}
}