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.
39 lines (36 loc) • 979 B
JSON
{
"type": "raptor-module",
"name": "raptor/templating",
"version": "1.0",
"description": "RaptorJS Templating Module",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"raptor": {
"dependencies": [
{"module": "raptor/render-context"},
{"module": "raptor/strings"},
{"module": "raptor/xml/utils"},
{"path": "templating.js"}
],
"extensions": [
{
"name": "server",
"dependencies": [
{"path": "templating_server.js"},
{"module": "raptor/templating/async"}
]
},
{
"name": "rhino",
"dependencies": [
{"path": "templating_rhino.js"}
]
}
]
}
}