{
  "name": "jquery-countTo",
  "version": "1.0.0",
  "homepage": "https://github.com/mhuggins/jquery-countTo",
  "authors": [
    "Matt Huggins <matt.huggins@gmail.com>"
  ],
  "description": "A jQuery plugin that will count up (or down) to a target number at a specified speed.",
  "main": "jquery.countTo.js",
  "keywords": [
    "jQuery",
    "counter",
    "count",
    "increment",
    "decrement"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "_release": "1.0.0",
  "_resolution": {
    "type": "version",
    "tag": "v1.0.0",
    "commit": "9d78616de2f28edaa48fc8bbd634424a0e2cbec5"
  },
  "_source": "git://github.com/mhuggins/jquery-countTo.git",
  "_target": "~1.0.0",
  "_originalSource": "countto",
  "_direct": true
}