forked from baijunjie/react-native-input-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 864 Bytes
/
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
{
"name": "@react-native-oh-tpl/react-native-input-scroll-view",
"version": "1.11.0-0.0.1",
"description": "Perfect TextInput ScrollView",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Junjie.Bai",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-oh-library/react-native-input-scroll-view.git"
},
"bugs": {
"url": "https://github.com/react-native-oh-library/react-native-input-scroll-view/issues"
},
"harmony": {
"alias": "react-native-input-scroll-view"
},
"homepage": "https://github.com/react-native-oh-library/react-native-input-scroll-view#readme",
"dependencies": {
"prop-types": "^15.7.2",
"react-native-input-scroll-view":"1.11.0"
},
"files": [
"index.d.ts"
]
}