File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ /jquery.debounce.specs.html
2+ /jquery.debounce.specs.js
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " jquery-debounce-throttle" ,
3+ "version" : " 1.0.6" ,
4+ "description" : " jQuery debounce and throttle functions" ,
5+ "main" : " jquery.debounce.js" ,
6+ "scripts" : {},
7+ "homepage" : " https://github.com/dfilatov/jquery-plugins#readme" ,
8+ "readme" : " https://github.com/dfilatov/jquery-plugins/blob/master/readme.md" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/dfilatov/jquery-plugins.git"
12+ },
13+ "keywords" : [
14+ " debounce" ,
15+ " jquery" ,
16+ " throttle" ,
17+ " jquery-debounce" ,
18+ " jquery-throttle"
19+ ],
20+ "dependencies" : {
21+ "jquery" : " >=1.7"
22+ },
23+ "author" : {
24+ "name" : " Filatov Dmitry" ,
25+ 26+ },
27+ "license" : " MIT"
28+ }
You can’t perform that action at this time.
0 commit comments