mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-17 17:52:50 +09:00
init the awkward code
This commit is contained in:
47
static/html/jspaint/lib/tracky-mouse/package.json
Normal file
47
static/html/jspaint/lib/tracky-mouse/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user