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) 683 B
{ "type": "raptor-module", "name": "raptor/runtime", "version": "1.0", "description": "Module to provide functions for working with the JavaScript runtime", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "extensions": { "server": { "dependencies": [ {"path": "runtime.js"} ] }, "server_node": { "dependencies": [ {"path": "runtime_node.js"} ] } } } }