{
  "name": "jquery-countto",
  "version": "1.2.0",
  "description": "A jQuery plugin that will count up (or down) to a target number at a specified speed.",
  "main": "jquery.countTo.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mhuggins/jquery-countTo.git"
  },
  "keywords": [
    "jQuery",
    "counter",
    "count",
    "increment",
    "decrement"
  ],
  "author": "Matt Huggins <matt.huggins@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mhuggins/jquery-countTo/issues"
  },
  "homepage": "https://github.com/mhuggins/jquery-countTo#readme"
}
