-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "react-native-custom-keyboard-kit",
"version": "1.0.2",
"description": "React Native Custom Keyboard - Use your own custom keyboard instead of the system keyboard with React Native Custom Keyboard Kit.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"react-component",
"custom-input",
"input",
"react-native-custom-keyboard-kit",
"react-native-custom-keyboard"
],
"author": "Bunlong",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"bugs": {
"url": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit/issues"
},
"homepage": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit",
"repository": {
"type": "git",
"url": "https://github.com/themodernjavascript/react-native-custom-keyboard-kit.git"
},
"nativePackage": true
}