2011-09-21 05:12:55 +00:00
|
|
|
{
|
|
|
|
|
"author": "Jim Cowart <jim@ifandelse.com> (http://ifandelse.com)",
|
|
|
|
|
"name": "postal",
|
|
|
|
|
"description": "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
|
2012-01-16 02:46:34 +00:00
|
|
|
"version": "0.4.0",
|
2011-09-21 05:12:55 +00:00
|
|
|
"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" }
|
|
|
|
|
}
|