{
  "name": "jquery-timers",
  "main": "jquery.timers.min.js",
  "version": "1.3.0",
  "homepage": "https://github.com/mgaert/jquery-timers",
  "authors": [
    "Michael Gärtner <mgaert@gmx.de>",
    "Blair Mitchelmore",
    "Arttu Manninen <arttu@kaktus.cc>"
  ],
  "description": "jQuery timers abstraction class",
  "keywords": [
    "jQuery",
    "setTimeout",
    "setInterval",
    "clearTimeout",
    "clearInterval",
    "timer",
    "abstraction"
  ],
  "license": "WTFPL or MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~3.4.0"
  }
}
