File size: 555 Bytes
3f268e5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "jQuery.counter",
  "author": "sophilabs <contact@sophilabs.com>",
  "homepage": "http://sophilabs.github.com/jquery-counter/",
  "version": "0.2.0",
  "description": "A jQuery Counter Plugin.",
  "keywords": [
    "countdown",
    "counter"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sophilabs/jquery-counter.git"
  },
  "dependencies": {
    "jquery": ">= 1.7"
  },
  "devDependencies": {}
}