-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 735 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
{
"name": "react-native-keyboard-aware-scrollview",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-keyboard-aware-scrollview.git"
},
"version": "2.1.0",
"description": "React Native Keyboard Aware ScrollView - auto adjust content ScrollView",
"nativePackage": true,
"bugs": {
"url": "https://github.com/wix/react-native-keyboard-aware-scrollview/issues"
},
"homepage": "https://github.com/wix/react-native-keyboard-aware-scrollview",
"main": "index.js",
"author": "Artal Druk <artald@wix.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.25.1",
"react": ">=0.14.5"
}
}