Blame view

assets/plugins/counter-up-master/counterup.jquery.json 826 Bytes
cf76164e6   Ting Chan   20190709
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
32
33
34
35
36
  {
    "name": "counterup",
    "version": "1.0.0",
    "title": "Counter-Up",
    "description": "A lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.",
    "keywords": [
      "jquery",
      "plugin",
      "counter",
      "count",
      "up",
      "number",
      "figure",
      "numeric",
      "int",
      "float",
      "animation"
    ],
    "homepage": "https://github.com/bfintal/Counter-Up",
    "author": {
      "name": "Benjamin Intal",
      "url": "https://github.com/bfintal/"
    },
    "bugs": "https://github.com/bfintal/Counter-Up/issues",
    "licenses": [
      {
        "type": "GPL2",
        "url": "https://raw.github.com/bfintal/Counter-Up/master/LICENSE"
      }
    ],
    "dependencies": {
      "jquery": ">=1.5",
      "waypoints": ">=2.0"
    },
    "demo": "http://bfintal.github.io/Counter-Up/demo/demo.html"
  }