-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 874 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
36
37
38
39
40
41
42
43
44
{
"name": "webgpu_recorder",
"version": "1.2.1",
"description": "WebGPU command and data recorder.",
"author": "Brendan Duncan",
"license": "MIT",
"main": "wgsl_recorder.js",
"repository": {
"type": "git",
"url": "https://github.com/brendan-duncan/webgpu_recorder"
},
"homepage": "https://github.com/brendan-duncan/webgpu_recorder",
"bugs": {
"url": "https://github.com/brendan-duncan/webgpu_recorder/issues"
},
"sideEffects": false,
"files": [
"webgpu_recorder.js",
"LICENSE.md",
"package.json",
"README.md"
],
"directories": {
"test": "test"
},
"scripts": {
},
"keywords": [
"webgpu_recorder",
"webgpu",
"javascript",
"html5"
],
"devDependencies": {
},
"jspm": {
"files": [
"package.json",
"LICENSE.md",
"README.md",
"webgpu_recorder.js"
]
}
}