tooty
Version:
Simple agnostic message router for node
36 lines (35 loc) • 749 B
JSON
{
"name": "tooty",
"version": "0.1.2",
"description": "Simple agnostic message router for node",
"license": "MIT",
"author": "Filipe Dobreira <dobreira@gmail.com>",
"main": "src-js/tooty.js",
"keywords": [
"route",
"router",
"scum",
"messaging",
"worker",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/filp/tooty"
},
"bugs": {
"url": "https://github.com/filp/tooty/issues"
},
"scripts": {
"compile": "babel lib/ -d src-js/",
"test": "NODE_ENV=test node_modules/.bin/mocha test/tooty/*.js",
"prepublish": "npm run compile"
},
"devDependencies": {
"mocha": "^2.2.4",
"babel": "^5.2.15"
},
"dependencies": {
"deepmerge": "^0.2.10"
}
}