We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91acb3 commit 0fd4be4Copy full SHA for 0fd4be4
bower.json
@@ -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