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.
21 lines (19 loc) • 531 B
JSON
{
"type": "raptor-module",
"name": "raptor/json/parse",
"version": "1.0",
"description": "Raptor module which exposes a new parse function with additional options beyond the standard JSON.parse function",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"raptor": {
"dependencies": [
{"module": "raptor/strings"},
{"path": "parse.js"}
]
}
}