File size: 734 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
26
27
28
29
30
31
{
  "name": "jquery-counter",
  "description": "A jQuery Counter Plugin.",
  "version": "0.2.0",
  "keywords": [ "countdown", "counter" ],
  "homepage": "http://sophilabs.github.com/jquery-counter/",
  "authors": [
    { "name": "sophilabs", "email": "[email protected]" }
  ],
  "dependencies": {
    "jquery" : ">= 1.7"
  },
  "devDependencies": {},
  "license": "MIT",
  "main": [
    "./src/jquery.counter.js",
    "./src/jquery.counter-analog.css",
    "./src/jquery.counter-analog.png",
    "./src/jquery.counter-analog2.png",
    "./src/jquery.counter-analog2.css",
    "./src/jquery.counter-analog3.png",
    "./src/jquery.counter-analog3.css"
  ],
  "ignore": [
    "*/.*",
    "*.json",
    "examples",
    "*.md"
  ]
}