-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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
30
31
32
33
{
"name": "gulp-debounce",
"version": "1.0.2",
"description": "Debounce a gulp stream to prevent the same event firing multiple times",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mnzaki/gulp-debounce.git"
},
"keywords": [
"gulp",
"debounce",
"stream",
"events",
"watch",
"gulpplugin",
"gulp-plugin"
],
"author": "Mina Nagy Zaki <mnzaki@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mnzaki/gulp-debounce/issues"
},
"homepage": "https://github.com/mnzaki/gulp-debounce#readme",
"dependencies": {
"through": "^2.3.8"
},
"engine": "node >= 0.10",
"readmeFilename": "README.md"
}