UNPKG

jquery.bouncer

Version:

Defers event handler until a duration has lapsed or a given event has occurred.

37 lines (36 loc) 928 B
{ "name": "jquery.bouncer", "version": "1.0.0-beta", "description": "Defers event handler until a duration has lapsed or a given event has occurred.", "homepage": "https://github.com/tableau-mkt/jquery.bouncer", "author": "Joel Walters <jwalters@tableausoftware.com>", "main": "src/jquery.bouncer.js", "repository": { "type": "git", "url": "git://github.com/tableau-mkt/jquery.bouncer.git" }, "scripts": { "test": "grunt qunit" }, "keywords": [ "jquery-plugin", "event", "browser", "postpone", "delay", "defer" ], "peerDependencies": { "jquery": ">=1.7" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-qunit": "~0.2.0", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "~0.4.0", "qunitjs": "^1.17.1" } }