-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 705 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "jquery.timer-tools",
"version": "0.1.0",
"homepage": "https://github.com/lolmaus/jquery.timer-tools",
"authors": ["Andrey Mikhaylov aka lolmaus <lolmaus@gmail.com>"],
"description": "Handy decorators for delaying, debouncing and throttling callbacks.",
"main": "jquery.timer-tools.min.js",
"keywords": [
"jquery.timer-tools",
"jquery.timer.tools",
"jquery-timer-tools",
"jquery-timer.tools",
"jquery.timertools",
"jquery-timertools",
"timer-tools",
"timer.tools",
"timertools",
"debounce",
"throttle",
"delay",
"timeout",
"settimeout",
"decorator"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.5"
}
}