Skip to content

Commit c6b226a

Browse files
author
Tiddo Langerak
committed
Added package.json
1 parent ccdca3e commit c6b226a

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
}

0 commit comments

Comments
 (0)