-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·37 lines (37 loc) · 915 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
{
"name": "cordova-plugin-facedetection-lite",
"version": "0.3.5",
"description": "A face detection offline with a few lines of code. Was designed to run on old smartphones.",
"cordova": {
"id": "cordova-plugin-facedetection-lite",
"platforms": [
"ios",
"android",
"browser"
]
},
"repository": {
"type": "git",
"url": "https://github.com/luisdemarchi/cordova-plugin-facedetection-lite.git"
},
"issue": "https://github.com/luisdemarchi/cordova-plugin-facedetection-lite/issues",
"keywords": [
"ecosystem:cordova",
"phonegap",
"cordova-ios",
"cordova-android",
"cordova-browser",
"facedetection",
"face",
"detection",
"detector",
"detecção",
"lite"
],
"author":{
"name": "Luís De Marchi",
"email": "[email protected]",
"url": "http://www.luisdemarchi.com.br"
},
"license": "unlicense"
}