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.

28 lines (27 loc) 769 B
{ "type": "raptor-module", "name": "raptor/resources", "version": "1.0", "description": "Module to find and access resources in the Raptor resource search path", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "extensions": [ { "name": "browser", "dependencies": [ {"path": "resources.js"}, {"path": "Resource.js"}, {"path": "MissingResource.js"}, {"path": "BrowserResource.js"}, {"path": "resources_browser.js"} ] } ] } }