Skip to content

Commit

Permalink
animate.css v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Jul 1, 2015
0 parents commit 5243e42
Show file tree
Hide file tree
Showing 5 changed files with 3,317 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
animate.css
===========

Shim repository for http://github.com/daneden/animate.css

Package Managers
----------------

* [Composer](http://packagist.org/packages/drmonty/animate.css): `drmonty/animate.css`
* [Component](http://component.io): `drmonty/animate.css`
12 changes: 12 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "drmonty-animate.css",
"repo": "drmonty/animate.css",
"description": "A cross-browser library of CSS animations. As easy to use as an easy thing.",
"version": "3.3.0",
"homepage": "http://daneden.github.io/animate.css",
"license": "MIT",
"files": [
"css/animate.css",
"css/animate.min.css"
]
}
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "drmonty/animate.css",
"description": "A cross-browser library of CSS animations. As easy to use as an easy thing.",
"type": "component",
"homepage": "http://daneden.github.io/animate.css",
"license": "MIT",
"author": {
"url": "http://daneden.me/",
"name": "Daniel Eden"
},
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"files": [
"css/animate.css",
"css/animate.min.css"
]
}
}
}
Loading

0 comments on commit 5243e42

Please sign in to comment.