mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
22 lines
616 B
JSON
22 lines
616 B
JSON
{
|
|
"name": "requirejs-plugins",
|
|
"version": "1.0.3",
|
|
"filename": "async.js",
|
|
"description": "Small set of plugins for RequireJS. Some plugins may also work on other AMD loaders.",
|
|
"homepage": "https://github.com/millermedeiros/requirejs-plugins",
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/millermedeiros/requirejs-plugins"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/millermedeiros/requirejs-plugins.git",
|
|
"basePath": "/src/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|