forked from jeeliz/jeelizFaceFilter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 928 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
35
{
"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",
"scripts": {
"dev": "ws --http2"
},
"devDependencies": {
"local-web-server": "^4.2.1"
}
}