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.

18 lines (16 loc) 361 B
{ "raptor": { "dependencies": [ "SomeFile1.js", {"module": "packaging/module2"} ], "extensions": { "browser": { "dependencies": ["SomeFile_browser.css"] }, "jquery": { "dependencies": ["SomeFile_jquery.css"] } } } }