Skip to content

Commit 0fd4be4

Browse files
committed
added bower.json
1 parent e91acb3 commit 0fd4be4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "jquery-counter",
3+
"description": "A jQuery Counter Plugin.",
4+
"version": "0.2.0",
5+
"keywords": [ "countdown", "counter" ],
6+
"homepage": "http://sophilabs.github.com/jquery-counter/",
7+
"authors": [
8+
{ "name": "sophilabs", "email": "contact@sophilabs.com" }
9+
],
10+
"dependencies": {
11+
"jquery" : ">= 1.7"
12+
},
13+
"devDependencies": {},
14+
"license": "MIT",
15+
"main": [
16+
"./src/jquery.counter.js",
17+
"./src/jquery.counter-analog.css",
18+
"./src/jquery.counter-analog.png",
19+
"./src/jquery.counter-analog2.png",
20+
"./src/jquery.counter-analog2.css"
21+
],
22+
"ignore": [
23+
"*/.*",
24+
"*.json",
25+
"src",
26+
"examples",
27+
"*.md"
28+
]
29+
}

0 commit comments

Comments
 (0)