mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 01:32:50 +09:00
47 lines
1008 B
JSON
47 lines
1008 B
JSON
{
|
|
"name": "tracky-mouse",
|
|
"version": "1.0.0",
|
|
"description": "Add facial mouse accessibility to JavaScript applications",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Isaiah Odhner",
|
|
"email": "isaiahodhner@gmail.com",
|
|
"url": "https://isaiahodhner.io"
|
|
},
|
|
"keywords": [
|
|
"camera-mouse",
|
|
"mouse",
|
|
"camera",
|
|
"webcam",
|
|
"head-tracker",
|
|
"head-tracking",
|
|
"face-tracker",
|
|
"face-tracking",
|
|
"headmouse",
|
|
"facial-mouse",
|
|
"accessibility",
|
|
"cursor",
|
|
"pointer",
|
|
"pointing",
|
|
"input-method",
|
|
"hands-free",
|
|
"handsfree",
|
|
"desktop-automation"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/1j01/tracky-mouse.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/1j01/tracky-mouse/issues"
|
|
},
|
|
"homepage": "https://github.com/1j01/tracky-mouse#readme",
|
|
"main": "tracky-mouse.js",
|
|
"browser": "tracky-mouse.js",
|
|
"files": [
|
|
"tracky-mouse.js",
|
|
"tracky-mouse.css",
|
|
"lib/"
|
|
],
|
|
"scripts": {}
|
|
} |