{
  "name": "popmotion-debounce",
  "version": "1.0.2",
  "description": "Prevent firing a function until `x` milliseconds after it was last called.",
  "author": "Matt Perry <sirhound@popmotion.io>",
  "homepage": "http://popmotion.io",
  "main": "./lib/debounce.js",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion-debounce"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "keywords": [
    "popmotion",
    "debounce",
    "ui",
    "animation"
  ],
  "license": "MIT",
  "scripts": {
    "compile": "eslint src && babel src --out-dir lib",
    "test": "mocha --compilers js:babel-register"
  },
  "devDependencies": {},
  "dependencies": {
    "popmotion": "^5.0.3"
  }
}
