-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
31 lines (31 loc) · 1010 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
{
"name": "react-native-full-image-picker",
"version": "1.2.11",
"private": false,
"description": "Support taking photo, video recording or selecting from photo library.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/gaoxiaosong/react-native-full-image-picker.git"
},
"keywords": [
"react native",
"image picker",
"video record",
"album select"
],
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaoxiaosong/react-native-full-image-picker/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/gaoxiaosong/react-native-full-image-picker#readme",
"dependencies": {
"react-native-camera": "^1.8.0",
"react-native-fs": "^2.13.3",
"react-native-pure-navigation-bar": "^1.4.7",
"react-native-root-siblings": "^3.1.7",
"react-native-video": "^4.3.0"
}
}