forked from nkbt/react-debounce-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 830 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 830 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
34
35
36
37
38
{
"name": "react-debounce-input",
"version": "0.0.0",
"description": "React component that renders Input with debounced onChange",
"main": [
"build/react-debounce-input.js",
"build/react-debounce-input.js.map",
"build/react-debounce-input.min.js",
"build/react-debounce-input.min.js.map"
],
"repository": {
"type": "git",
"url": "https://github.com/nkbt/react-debounce-input.git"
},
"keywords": [
"component",
"react-component",
"react",
"input",
"debounce",
"throttle"
],
"authors": [
"Nik Butenko <nik@butenko.me>"
],
"license": "MIT",
"homepage": "https://github.com/nkbt/react-debounce-input",
"dependencies": {
"react": "^0.14 || ^15"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}