aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stack-utils/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/stack-utils/package.json')
-rw-r--r--node_modules/stack-utils/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/stack-utils/package.json b/node_modules/stack-utils/package.json
new file mode 100644
index 000000000..09b507f84
--- /dev/null
+++ b/node_modules/stack-utils/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "stack-utils",
+ "version": "1.0.1",
+ "description": "Captures and cleans stack traces",
+ "license": "MIT",
+ "repository": "tapjs/stack-utils",
+ "author": {
+ "name": "James Talmage",
+ "email": "james@talmage.io",
+ "url": "github.com/jamestalmage"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "tap test/*.js --100 -J",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --all; git push origin --tags"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ ""
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "bluebird": "^3.1.1",
+ "coveralls": "^2.11.6",
+ "flatten": "0.0.1",
+ "nested-error-stacks": "^2.0.0",
+ "pify": "^2.3.0",
+ "q": "^1.4.1",
+ "tap": "^10.3.2"
+ }
+}