-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 966 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 966 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-keyboard-avoiding-view",
"version": "1.0.0",
"description": "Focus view will slide on the window, to prevent rolling to the outside of the screen",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"bail": true,
"scriptPreprocessor": "node_modules/babel-jest",
"setupEnvScriptFile": "jestSupport/mockStorage.js"
},
"files": [
"android",
"ios",
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git@github.com:EngsShi/react-native-KeyboardAvoidingView.git"
},
"keywords": [
"react-native",
"Keyboard"
],
"author": "EngsSH <sh9701403@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EngsShi/react-native-KeyboardAvoidingView"
},
"homepage": "https://github.com/EngsShi/react-native-KeyboardAvoidingView",
"devDependencies": {
"babel-jest": "^5.3.0",
"jest-cli": "^0.8.0"
}
}