mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
31 lines
No EOL
682 B
JSON
Executable file
31 lines
No EOL
682 B
JSON
Executable file
{
|
|
"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"
|
|
},
|
|
"version": "0.8.10",
|
|
"main": [
|
|
"lib/postal.min.js",
|
|
"lib/postal.js"
|
|
],
|
|
"dependencies": {
|
|
"underscore": "~1.3.0"
|
|
}
|
|
} |