aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/stackback/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/stackback/package.json')
-rw-r--r--vanilla/node_modules/stackback/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vanilla/node_modules/stackback/package.json b/vanilla/node_modules/stackback/package.json
new file mode 100644
index 0000000..3e8b7b2
--- /dev/null
+++ b/vanilla/node_modules/stackback/package.json
@@ -0,0 +1,23 @@
+{
+ "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"
+}