{ "author": "Jim Cowart (http://ifandelse.com)", "name": "postal", "description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.", "version": "0.4.0", "homepage": "http://github.com/ifandelse/postal.js", "repository": { "type": "git", "url": "git://github.com/ifandelse/postal.js.git" }, "main": "./lib/node/postal.js", "engines": { "node": ">=0.4.0" }, "dependencies": { "underscore": ">=1.1.7" }, "bundleDependencies": [ "underscore" ], "devDependencies": {}, "directories": { "lib": "./lib/node" } }