forked from baijunjie/react-native-input-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 682 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 682 Bytes
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
{
"name": "react-native-input-scroll-view",
"version": "1.6.7",
"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/baijunjie/react-native-input-scroll-view.git"
},
"bugs": {
"url": "https://github.com/baijunjie/react-native-input-scroll-view/issues"
},
"homepage": "https://github.com/baijunjie/react-native-input-scroll-view#readme",
"dependencies": {
"prop-types": "^15.5.10"
},
"files": [
"index.d.ts"
]
}