forked from jeeliz/jeelizFaceFilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 823 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
{
"author": {
"name": "Jeeliz"
},
"bugs": {
"url": "https://github.com/jeeliz/jeelizFaceFilter/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Face detection and tracking from webcam video feed. Build your own Snapchat like face filters. Robust to all lighting conditions and works with various 3D engines and browser APIs like Babylon.JS, Three.JS, Canvas2D or CSS3D.",
"homepage": "https://jeeliz.github.io/jeelizFaceFilter/",
"keywords": [
"face",
"tracking",
"detection",
"filter",
"webcam",
"robust",
"video"
],
"license": "Apache-2.0",
"main": "dist/jeelizFaceFilterES6.js",
"name": "facefilter",
"repository": {
"type": "git",
"url": "git+https://github.com/jeeliz/jeelizFaceFilter.git"
},
"version": "1.1.0"
}