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.
19 lines (16 loc) • 534 B
JSON
{
"type": "raptor-module",
"name": "raptor/ecma/es6",
"version": "1.0",
"description": "es6 shim for commonly used helper functions. See http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony%3Astring_extras&cache=cache&media=harmony:es6libraryextensions-3-28-12.1.pdf",
"raptor": {
"extensions": [
{
"condition": "!extensions.contains('no-es6')",
"dependencies": [
{"path": "es6.js"}
]
}
]
}
}