UNPKG

webgazer

Version:

> **Note:** As of February 24, 2026, WebGazer is fully functional and works as intended, but updates are no longer guaranteed. Official maintenance has ended, but community support continues via [GitHub Issues](https://github.com/brownhci/WebGazer/issues)

44 lines (43 loc) 1.09 kB
{ "name": "webgazer", "version": "3.5.3", "repository": { "type": "git", "url": "https://github.com/brownhci/WebGazer.git" }, "license": "GPL-3.0-or-later", "main": "dist/webgazer.js", "module": "src/index.mjs", "scripts": { "clean": "rimraf dist", "prebuild": "npm run clean", "dev": "webpack --progress --config webpack.config.js --mode development", "build": "webpack --progress --config webpack.config.js --mode production", "gen_docs": "jsdoc -c jsdoc.conf.json src/*" }, "files": [ "/dist", "/src" ], "keywords": [ "webgazer", "eyetracking", "webcam", "online" ], "dependencies": { "@tensorflow-models/face-landmarks-detection": "1.0.6", "@tensorflow/tfjs": "^4.22.0", "localforage": "1.7.3", "regression": "2.0.1" }, "devDependencies": { "browser-sync": "^3.0.4", "filemanager-webpack-plugin": "^9.0.1", "jsdoc": "^4.0.2", "rimraf": "2.6.3", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "yarnhook": "^0.4.3" } }