UNPKG

postal.diagnostics

Version:

Wiretap add-on for postal.js allowing configurable console.logging (or other) output of messages being published through postal's message bus.

68 lines 1.88 kB
{ "name": "conduitjs", "description": "Give any method a pre/post invocation pipeline....", "version": "0.3.3", "homepage": "http://github.com/ifandelse/ConduitJS", "repository": { "type": "git", "url": "git://github.com/ifandelse/ConduitJS.git" }, "author": "Jim Cowart (http://freshbrewedcode.com/jimcowart)", "contributors": [{ "name": "Jim Cowart", "email": "WhyNotJustComment@OnMyBlog.com", "url": "http://freshbrewedcode.com/jimcowart" }, { "name": "TJ VanToll", "email": "WhyNotJustComment@OnMyBlog.com", "url": "http://tjvantoll.com/" }, { "name": "Jonathan Newman", "url": "https://github.com/reflectiveSingleton" }], "keywords": [ "strategy", "pipeline", "AOP", "proxy", "decorator", "step" ], "bugs": { "email": "PleaseJustUseTheIssuesPage@github.com", "url": "http://github.com/ifandelse/ConduitJS/issues" }, "directories": { "lib": "lib" }, "main": "lib/conduit.js", "engines": { "node": ">=0.4.0" }, "dependencies": {}, "devDependencies": { "bower": "~1.2.8", "gulp-util": "~2.2.9", "gulp": "~3.3.1", "gulp-imports": "~0.0.1", "gulp-header": "~1.0.2", "gulp-hint-not": "~0.0.3", "gulp-uglify": "~0.1.0", "gulp-rename": "~0.2.1", "gulp-plato": "~0.1.0", "gulp-beautify": "~1.0.3", "express": "~3.4.7", "gulp-rimraf": "0.0.8", "open": "~0.0.4", "expect.js": "~0.2.0" }, "license": { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }, "scripts": { "test": "mocha ./spec/*.js", "build": "gulp", "start": "gulp server" } }