postman
Version:
The Postman will help deliver messages around your application
34 lines • 622 B
JSON
{
"name": "postman",
"version": "0.2.0",
"description": "The Postman will help deliver messages around your application",
"keywords": [
"pub/sub",
"eventing",
"message-bus"
],
"author": "Aaron Powell http://apowell.me",
"contributers": [
"Aaron Powell http://apowell.me"
],
"licenses": [
{
"type": "MIT"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/aaronpowell/Postman.git"
}
],
"engines": [
"node"
],
"main": "./lib/index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {},
"devDependencies": {}
}