mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-11 05:46:04 +10:00
27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "require.js",
|
|
"filename": "require.min.js",
|
|
"version": "1.0.5",
|
|
"description": "RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node",
|
|
"homepage": "http://requirejs.org/",
|
|
"keywords": [
|
|
"loader",
|
|
"modules",
|
|
"asynchronous",
|
|
"popular"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "James Burke",
|
|
"web": "http://tagneto.blogspot.com"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/jrburke/requirejs"
|
|
}
|
|
]
|
|
|
|
}
|