forked from traceglMPL/tracegl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 793 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
{
"name": "tracegl",
"version": "0.0.1",
"description": "TraceGL is a JavaScript codeflow visualization and debugging tool built using WebGL.",
"main": "tracegl.js",
"bin": {
"tracegl": "./tracegl.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tiddolangerak/tracegl.git"
},
"scripts": {
"prepublish": "node tools/packer.js trace/trace_server tracegl.js",
"test": "node tracegl.js"
},
"keywords": [
"tracegl",
"debug",
"visualization"
],
"author": "Rik Arends",
"maintainers": [
"Tiddo Langerak <[email protected]>"
],
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/tiddolangerak/tracegl/issues"
},
"homepage": "https://github.com/tiddolangerak/tracegl",
"preferGlobal": true
}