-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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": "@webgpu-art/protea",
"version": "0.0.2-a1",
"main": "./lib/index.mjs",
"devDependencies": {
"@webgpu/types": "^0.1.63",
"bottom-tip": "^0.1.5",
"query-string": "^9.2.1",
"typescript": "^5.8.3",
"vite": "^7.0.0"
},
"dependencies": {
"@calcit/procs": "^0.9.13",
"@triadica/touch-control": "^0.0.4-a1",
"ismobilejs": "^1.1.1"
},
"description": "> Compute boids with Triadica controls in WebGPU",
"scripts": {
"compile": "tsc -d",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebGPU-Art/protea.git"
},
"keywords": [
"webgpu"
],
"author": "tiye",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebGPU-Art/protea/issues"
},
"homepage": "https://github.com/WebGPU-Art/protea#readme"
}