{
  "name": "jquery-debounce-throttle",
  "version": "1.0.6-rc.0",
  "description": "jQuery debounce and throttle functions",
  "main": "index.js",
  "scripts": {},
  "homepage": "https://github.com/dfilatov/jquery-plugins#readme",
  "readme": "https://github.com/dfilatov/jquery-plugins/blob/master/readme.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/dfilatov/jquery-plugins.git"
  },
  "keywords": [
    "debounce",
    "jquery",
    "throttle",
    "jquery-debounce",
    "jquery-throttle"
  ],
  "dependencies": {
    "jquery": ">=1.7"
  },
  "author": {
    "name": "Filatov Dmitry",
    "email": "alpha@zforms.ru"
  },
  "license": "MIT"
}