UNPKG

clarify

Version:

Remove nodecore related stack trace noice

33 lines (32 loc) 598 B
{ "name": "clarify", "description": "Remove nodecore related stack trace noice", "version": "0.2.1", "author": "Andreas Madsen <amwebdk@gmail.com>", "main": "./clarify.js", "scripts": { "test": "tap ./test.js" }, "repository" : { "type": "git", "url": "git://github.com/AndreasMadsen/clarify.git" }, "keywords": [ "trace", "stack", "stack trace", "nodecore", "error" ], "dependencies": { "stack-chain": "0.2.x" }, "devDependencies": { "tap": "0.3.x" }, "license": "MIT", "engines": { "node": "0.8", "npm": "1" } }