forked from cowboy/jquery-throttle-debounce
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
25 lines (25 loc) · 773 Bytes
/
package.json
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
{
"name": "jquery-throttle-debounce",
"version": "1.0.0",
"description": "[http://benalman.com/projects/jquery-throttle-debounce-plugin/](http://benalman.com/projects/jquery-throttle-debounce-plugin/)",
"main": "jquery.ba-throttle-debounce.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myorangeca/jquery-throttle-debounce.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/myorangeca/jquery-throttle-debounce/issues"
},
"homepage": "https://github.com/myorangeca/jquery-throttle-debounce#readme"
}