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.
23 lines (21 loc) • 493 B
JSON
{
"type": "raptor-module",
"name": "raptor",
"version": "1.0",
"description": "RaptorJS",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"raptor": {
"dependencies": [
{"module": "raptor/ecma/es5"},
{"module": "raptor/ecma/es6"},
"raptor.js",
{"module": "raptor/logging"}
]
}
}