diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..d246c5c --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "fgnass/spin.js", + "description": "An animated CSS3 loading spinner with VML fallback for IE.", + "license": "MIT", + "homepage": "http://spin.js.org", + "keywords": ["spin", "spinner", "animation", "component", "css3"], + "authors": [ + { + "name": "Felix Gnass", + "email": "fgnass@gmail.com", + "homepage": "http://github.com/fgnass/spin.js" + } + ] +} \ No newline at end of file