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) 667 B
{ "type": "raptor-module", "name": "raptor/console", "version": "1.0", "description": "JavaScript code to normalize the global console object", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "extensions": { "browser": { "dependencies": [ {"path": "console_browser.js"} ] }, "node": { "dependencies": [ {"path": "console_node.js"} ] } } } }