forwarder
Version:
Forwarding of messages to different objects (mostly properties of the receiver)
28 lines (27 loc) • 648 B
JSON
{
"name": "forwarder",
"version": "0.1.2",
"description": "Forwarding of messages to different objects (mostly properties of the receiver)",
"author": "Robert Dober <robert.dober@gmail.com>",
"scripts": {
"test": "mocha --compilers coffee:coffee-script spec && mocha spec"
},
"repository": {
"type": "git",
"url": "https://github.com/RobertDober/forwarder.js"
},
"main": "forwarder.js",
"keywords": [
"Forwarding",
"Delegation",
"Aggregation",
"Service",
"Objects"
],
"license": "BSD New",
"devDependencies": {
"chai": "1.4.0",
"mocha": "1.7.4",
"coffee-script": "~1.4.0"
}
}