-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1010 Bytes
/
package.json
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
{
"name": "posenet-plus",
"version": "0.0.1",
"description": "Extracts head pose data (pitch, yaw, roll) from PoseNet estimations and optionally moves a pointer/mouse cursor on the screen 🐭",
"main": "index.js",
"scripts": {
"start": "parcel src/index.pug",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"since 2017-06"
],
"repository": {
"type": "git",
"url": "git+https://github.com/labofoz/PoseNet-Plus.git"
},
"author": "Oz Ramos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/labofoz/PoseNet-Plus/issues"
},
"homepage": "https://github.com/labofoz/PoseNet-Plus#readme",
"dependencies": {
"@tensorflow-models/posenet": "^2.1.3",
"@tensorflow/tfjs": "^1.2.2",
"@tensorflow/tfjs-vis": "^1.1.0",
"babylonjs": "^4.0.3"
},
"devDependencies": {
"parcel-plugin-static-files-copy": "^2.1.2",
"pug": "^2.0.4",
"spectre.css": "^0.5.8",
"stylus": "^0.54.5"
}
}