Skip to content

Commit 3b987bc

Browse files
pnikolovTimothyGu
authored andcommitted
Added Composer JSON file. (#320)
1 parent acbe813 commit 3b987bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "fgnass/spin.js",
3+
"description": "An animated CSS3 loading spinner with VML fallback for IE.",
4+
"license": "MIT",
5+
"homepage": "http://spin.js.org",
6+
"keywords": ["spin", "spinner", "animation", "component", "css3"],
7+
"authors": [
8+
{
9+
"name": "Felix Gnass",
10+
"email": "[email protected]",
11+
"homepage": "http://github.com/fgnass/spin.js"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)