-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-component-action-debouncer",
"version": "1.1.0",
"description": "Debounce any component actions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mthahzan/react-component-action-debouncer.git"
},
"keywords": [
"ReactJS",
"ReactNative",
"Debounce"
],
"author": "Thahzan Mohomed <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mthahzan/react-component-action-debouncer/issues"
},
"homepage": "https://github.com/mthahzan/react-component-action-debouncer#readme",
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.8.0",
"eslint-config-google": "0.11.0",
"eslint-plugin-babel": "5.2.1",
"eslint-plugin-jest": "21.26.2",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-react-native": "3.5.0",
"flow-bin": "0.75.0"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
}
}