-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "react-native-hide-modal",
"version": "0.1.4",
"main": "src/index.js",
"typings": "index.d.ts",
"description": "Modal component that provides the ability to hide",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --config .prettierrc --write index.js index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyman333/react-native-hide-modal"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-checkbox",
"react-native-Alert",
"react-native-Modal",
"modal",
"check-box",
"check",
"alert",
"box",
"react-component",
"ios",
"android",
"react"
],
"author": "youngsoohan",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyman333/react-native-hide-modal/issues"
},
"homepage": "https://github.com/heyman333/react-native-hide-modal/blob/master/README.md",
"dependencies": {
"@react-native-community/async-storage": "^1.5.0"
},
"devDependencies": {
"prettier": "^1.18.0"
},
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57"
}
}