Files
Peter Dave Hello 99d9ce1071 speed up git auto-update
* transfer all the packages who use git auto-update from https protocol to git protocol
2014-09-10 01:29:36 +08:00

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": [
"*"
]
}
}