Files
cdnjs/ajax/libs/animate.css/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

32 lines
629 B
JSON

{
"name": "animate.css",
"filename": "animate.min.css",
"version": "3.1.1",
"description": "Plug and play, app-like animations for your websites and web apps.",
"homepage": "http://daneden.me/animate/",
"keywords": [
"animation",
"css"
],
"maintainers": [
{
"name": "Daniel Eden",
"web": "http://daneden.me"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/daneden/animate.css"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/daneden/animate.css.git",
"basePath": "",
"files": [
"*.css"
]
}
}