freedomjs/freedom

View on GitHub
demo/customchannel/friend.json

Summary

Maintainability
Test Coverage
{
  "name": "Custom Channel Friend",
  "description": "Included Channel Helper",
  "app": {
    "script": "friend.js"
  },
  "provides": ["alternative"],
  "api": {
    "alternative": {
      "testMethod": {"type": "method", "value": ["string"], "ret": "string"}
    }
  }
}