mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
34 lines
734 B
JSON
34 lines
734 B
JSON
{
|
|
"name": "holder",
|
|
"filename": "holder.js",
|
|
"version": "2.4.0",
|
|
"description": "Client-side image placeholders.",
|
|
"homepage": "http://imsky.github.io/holder/",
|
|
"keywords": [
|
|
"images",
|
|
"placeholders",
|
|
"client-side",
|
|
"canvas",
|
|
"generation",
|
|
"development"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Ivan Malopinsky"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "git://github.com/imsky/holder.git"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/imsky/holder.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"holder.js"
|
|
]
|
|
}
|
|
} |