raptor
Version:
RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.
22 lines (21 loc) • 526 B
JSON
{
"type": "raptor-module",
"name": "raptor/renderer",
"version": "1.0",
"description": "Helper module for rendering UI components",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"raptor": {
"dependencies": [
{ "module": "raptor/render-context" },
{ "module": "raptor/dom" },
"RenderResult.js",
"renderer.js"
]
}
}