forked from sjsaul1101/react-native-translucent-modal
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 781 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
{
"name": "@react-native-community/react-native-translucent-modal",
"version": "1.1.0",
"description": "A library for React Native Translucent Modal On Android",
"main": "index.js",
"keywords": [
"react-native-modal",
"modal-dialog",
"modal-statusbar"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/23mf/react-native-translucent-modal.git"
},
"author": "open@23mofang.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/23mf/react-native-translucent-modal/issues"
},
"homepage": "https://github.com/23mf/react-native-translucent-modal#readme",
"files": [
"android",
"modal",
"index.js",
"package.json"
]
}