-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.14 KB
/
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": "permission_aware_react_native_component",
"version": "1.5.0",
"description": "A react native component that receives a list of pairs ('expo permission constant', component), and will render the component that first maches a permission that has been granted, or will ask the user for ir otherwise.",
"main": "PermissionAwareComponent.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedroodb/permission_aware_react_native_component.git"
},
"keywords": [
"react",
"react-native",
"expo",
"permission",
"component"
],
"author": "lifia",
"license": "ISC",
"bugs": {
"url": "https://github.com/pedroodb/permission_aware_react_native_component/issues"
},
"homepage": "https://github.com/pedroodb/permission_aware_react_native_component#readme",
"dependencies": {
"@react-native-community/netinfo": "^4.1.5",
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
}
}