2012-09-13 22:06:56 +00:00
|
|
|
{
|
2014-01-10 06:23:03 +00:00
|
|
|
"name": "postal.js",
|
|
|
|
|
"description": "Client-side messaging library.",
|
|
|
|
|
"homepage": "https://github.com/postaljs/postal.js",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"pub/sub",
|
|
|
|
|
"pub",
|
|
|
|
|
"sub",
|
|
|
|
|
"messaging",
|
|
|
|
|
"message",
|
|
|
|
|
"bus",
|
|
|
|
|
"event",
|
|
|
|
|
"eventing",
|
|
|
|
|
"mediator",
|
|
|
|
|
"broker",
|
|
|
|
|
"envelope"
|
|
|
|
|
],
|
|
|
|
|
"author": "Jim Cowart <jim@ifandelse.com>",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/postaljs/postal.js.git"
|
|
|
|
|
},
|
2014-01-12 06:22:40 +00:00
|
|
|
"version": "0.8.11",
|
2014-01-10 06:23:03 +00:00
|
|
|
"main": [
|
|
|
|
|
"lib/postal.min.js",
|
|
|
|
|
"lib/postal.js"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"underscore": "~1.3.0"
|
|
|
|
|
}
|
2012-09-13 22:06:56 +00:00
|
|
|
}
|