File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " tracegl" ,
3+ "version" : " 0.0.1" ,
4+ "description" : " TraceGL is a JavaScript codeflow visualization and debugging tool built using WebGL." ,
5+ "main" : " tracegl.js" ,
6+ "bin" : {
7+ "tracegl" : " ./tracegl.js"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/tiddolangerak/tracegl.git"
12+ },
13+ "scripts" : {
14+ "prepublish" : " node tools/packer.js trace/trace_server tracegl.js" ,
15+ "test" : " node tracegl.js"
16+ },
17+ "keywords" : [
18+ " tracegl" ,
19+ " debug" ,
20+ " visualization"
21+ ],
22+ "author" : " Rik Arends" ,
23+ "maintainers" : [
24+ " Tiddo Langerak <tiddolangerak@gmail.com>"
25+ ],
26+ "license" : " MPL 2.0" ,
27+ "bugs" : {
28+ "url" : " https://github.com/tiddolangerak/tracegl/issues"
29+ },
30+ "homepage" : " https://github.com/tiddolangerak/tracegl" ,
31+ "preferGlobal" : true
32+ }
You can’t perform that action at this time.
0 commit comments