File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-custom-keyboard-kit" ,
33 "version" : " 1.0.0" ,
4- "description" : " " ,
4+ "description" : " React Native Custom Keyboard - Use your own custom keyboard instead of the system keyboard with React Native Custom Keyboard Kit. " ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
88 },
99 "keywords" : [
10- " react-native"
10+ " react-native" ,
11+ " react" ,
12+ " react-component" ,
13+ " custom-input" ,
14+ " input" ,
15+ " react-native-custom-keyboard-kit" ,
16+ " react-native-custom-keyboard"
1117 ],
12- "author" : " " ,
13- "license" : " " ,
18+ "author" : " Bunlong " ,
19+ "license" : " MIT " ,
1420 "peerDependencies" : {
1521 "react-native" : " ^0.41.2" ,
1622 "react-native-windows" : " 0.41.0-rc.1"
1723 },
1824 "dependencies" : {
1925 "prop-types" : " ^15.6.2"
20- }
26+ },
27+ "bugs" : {
28+ "url" : " https://github.com/themodernjavascript/react-native-custom-keyboard-kit/issues"
29+ },
30+ "homepage" : " https://github.com/themodernjavascript/react-native-custom-keyboard-kit" ,
31+ "repository" : {
32+ "type" : " git" ,
33+ "url" : " https://github.com/themodernjavascript/react-native-custom-keyboard-kit.git"
34+ },
35+ "nativePackage" : true
2136}
You can’t perform that action at this time.
0 commit comments