postal.js/package.json

23 lines
632 B
JSON

{
"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.",
"version" : "0.6.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"
}
}