UNPKG

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.

32 lines (30 loc) 783 B
{ "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/strings"}, {"module": "raptor/xml/utils"}, "Context.js", "render-context.js" ], "extensions": [ { "name": "server", "dependencies": [ "Context_server.js", {"module": "raptor/render-context/async"} ] } ] } }