Skip to content

Commit 71128e9

Browse files
committed
add to bower
1 parent e6c6cda commit 71128e9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "css-loaders",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/lukehaas/css-loaders",
5+
"authors": [
6+
"Luke Haas <lukehaas7@gmail.com>"
7+
],
8+
"description": "A collection of single element loading spinners, animated with CSS ",
9+
"main": "css",
10+
"moduleType": [
11+
"globals"
12+
],
13+
"keywords": [
14+
"CSS",
15+
"spinner",
16+
"loader"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"tests"
24+
]
25+
}

0 commit comments

Comments
 (0)