You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
485 B
24 lines
485 B
1 month ago
|
{
|
||
|
"name": "stackback",
|
||
|
"version": "0.0.2",
|
||
|
"description": "return list of CallSite objects from a captured stacktrace",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha --ui qunit"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/shtylman/node-stackback.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"stacktrace",
|
||
|
"trace",
|
||
|
"stack"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"mocha": "~1.6.0"
|
||
|
},
|
||
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
||
|
"license": "MIT"
|
||
|
}
|