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.

34 lines (30 loc) 861 B
{ "type": "raptor-module", "name": "raptor/logging", "version": "1.0", "description": "Logging framework for Raptor", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "dependencies": [ {"path": "logging_stubs.js"} ], "extensions": { "raptor/logging/console": { "dependencies": [ {"path": "Logger.js"}, {"module": "raptor/strings"}, {"module": "raptor/objects"}, {"module": "raptor/stacktraces"}, {"path": "ConsoleAppender.js"}, {"path": "logging.js"} ] } } } }