-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.26 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "react-native-dynamic-textinput",
"title": "React Native Dynamic Textinput",
"version": "1.0.4",
"description": "A custom react-native textinput UI component library for React Native ",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"react-native-dynamic-textinput.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrittoPaulo/react-native-dynamic-textinput.git",
"baseUrl": "https://github.com/BrittoPaulo/react-native-dynamic-textinput/tree/refactor/DynamicTextInput"
},
"keywords": [
"react-native",
"dynamic textinput",
"multiline textinput"
],
"author": {
"name": "Hermanyo_h",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/BrittoPaulo/react-native-dynamic-textinput/tree/refactor/DynamicTextInput/issues"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.65.2",
"react": "16.13.1",
"react-native": "0.63.3"
},
"dependencies": {
"err": "^2.1.12"
}
}