-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1.05 KB
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
{
"name": "face-looker",
"version": "1.0.0",
"description": "Generate AI-powered gaze-tracking face images and use them to create interactive React components that follow the cursor",
"main": "useGazeTracking.js",
"scripts": {
"test": "echo \"No tests yet\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/face_looker.git"
},
"keywords": [
"react",
"face-tracking",
"gaze-tracking",
"interactive",
"replicate",
"ai",
"cursor-tracking",
"mouse-tracking",
"animation",
"portfolio"
],
"author": "Kylan O'Connor",
"license": "MIT",
"bugs": {
"url": "https://github.com/yourusername/face_looker/issues"
},
"homepage": "https://github.com/yourusername/face_looker#readme",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"files": [
"useGazeTracking.js",
"FaceTracker.jsx",
"FaceTracker.css",
"main.py",
"generate_missing.py",
"requirements.txt",
"README.md",
"LICENSE",
"examples/"
]
}