mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"name": "long-stack-traces",
|
|
"description": "Long stacktraces for V8 implemented in user-land JavaScript.",
|
|
"version": "0.1.2",
|
|
"author": "Tom Robinson <tom@tlrobinson.net> (http://tlrobinson.net/)",
|
|
"main" : "./lib/long-stack-traces",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
} |