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.
27 lines (25 loc) • 573 B
JSON
{
"type": "raptor-module",
"name": "raptor/xml/dom",
"version": "1.0",
"description": "DOM-based XML parser",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"raptor": {
"dependencies": [
{"path": "dom.js"}
],
"extensions": {
"jquery": {
"dependencies": [
{"path": "DomParser_jquery.js"}
]
}
}
}
}