mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"name" : "postal",
|
|
"description" : "Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side.",
|
|
"version" : "0.7.3",
|
|
"homepage" : "http://github.com/ifandelse/postal.js",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "git://github.com/ifandelse/postal.js.git"
|
|
},
|
|
"author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)",
|
|
"contributors": [
|
|
{
|
|
"name" : "Jim Cowart",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://freshbrewedcode.com/jimcowart"
|
|
},
|
|
{
|
|
"name" : "Alex Robson",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://freshbrewedcode.com/alexrobson"
|
|
},
|
|
{
|
|
"name" : "Nicholas Cloud",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://nicholascloud.com"
|
|
},
|
|
{
|
|
"name" : "Doug Neiner",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://dougneiner.com"
|
|
},
|
|
{
|
|
"name" : "Jonathan Creamer",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://freshbrewedcode.com/jonathancreamer"
|
|
},
|
|
{
|
|
"name" : "Elijah Manor",
|
|
"email" : "WhyNotJustComment@OnMyBlog.com",
|
|
"url" : "http://www.elijahmanor.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"pub/sub",
|
|
"pub",
|
|
"sub",
|
|
"messaging",
|
|
"message",
|
|
"bus",
|
|
"event",
|
|
"mediator",
|
|
"broker",
|
|
"envelope"
|
|
],
|
|
"bugs" : {
|
|
"email" : "PleaseJustUseTheIssuesPage@github.com",
|
|
"url" : "http://github.com/ifandelse/postal.js/issues"
|
|
},
|
|
"directories" : { "lib" : "lib/node" },
|
|
"main" : "lib/node/postal.js",
|
|
"engines" : {
|
|
"node" : ">=0.4.0"
|
|
},
|
|
"dependencies" : {
|
|
"underscore" : ">=1.1.7"
|
|
},
|
|
"bundleDependencies" : [ "underscore" ],
|
|
"devDependencies" : {},
|
|
"licenses" : [
|
|
{
|
|
"type" : "MIT",
|
|
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
|
},
|
|
{
|
|
"type" : "GPL",
|
|
"url" : "http://www.opensource.org/licenses/gpl-3.0.html"
|
|
}
|
|
]
|
|
}
|