-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 823 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 823 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
{
"name": "react-native-window-guard",
"title": "React Native Window Guard",
"version": "1.0.6",
"description": "SafeAreaView alternative for React Native which provides relevant window insets for both iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenfrvr/react-native-window-guard.git",
"baseUrl": "https://github.com/greenfrvr/react-native-window-guard"
},
"keywords": [
"react-native"
],
"author": {
"name": "Artsiom Grintsevich",
"email": "greenfrvr.dev@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.2.0",
"react-native": ">=0.53.0"
}
}