-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 656 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 656 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
{
"name": "react-native-image-picker",
"repository": {
"type": "git",
"url": "https://github.com/marcshilling/react-native-image-picker.git"
},
"version": "0.5.0",
"description": "A React Native module that allows you to use the native UIImagePickerController UI to select a photo from the device library or directly from the camera.",
"author": "Marc Shilling (marcshilling)",
"contributors": [
{
"name": "Matheus Santos",
"email": "vorj.dux@gmail.com"
}
],
"nativePackage": true,
"keywords": [
"react-native",
"react-native-image-picker",
"react",
"native",
"image",
"picker"
]
}