-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 939 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-native-screen-status-detect",
"title": "React Native Screen Status Detect",
"version": "1.2.2",
"description": "React native screen status detect",
"homepage": "https://github.com/webyonet/react-native-permissions#README",
"main": "index.js",
"files": [
"README.md",
"/android",
"!/android/build",
"index.js",
"/ios",
"/*.podspec"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webyonet/react-native-screen-status-detect.git",
"baseUrl": "https://github.com/webyonet/react-native-screen-status-detect"
},
"keywords": [
"react-native",
"react-native-screen-status-detect",
"react native screen status detect",
"screen status detect",
"screen status"
],
"author": {
"name": "Burak Demirezen",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md"
}