Skip to content

Commit

Permalink
Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jun 25, 2011
1 parent 3226a95 commit ed17b8f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
"name": "stack-trace",
"description": "Get v8 stack traces as an array of CallSite objects.",
"version": "0.0.0",
"homepage": "https://github.com/felixge/node-stack-trace",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-stack-trace.git"
},
"main": "./lib/stack-trace",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit ed17b8f

Please sign in to comment.