Files
cdnjs/ajax/libs/holder/package.json
T
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

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"
]
}
}