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.

29 lines (27 loc) 691 B
{ "type": "raptor-module", "name": "raptor/stacktraces", "version": "1.0", "description": "Code to normalize stacktraces across multiple JavaScript runtimes", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "extensions": { "browser": { "dependencies": [ {"path": "stacktraces_browser.js"} ] }, "node": { "dependencies": [ {"path": "stacktraces_node.js"} ] } } } }