forked from jeanpan/react-native-camera-roll-picker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 779 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
{
"name": "react-native-camera-roll-multi-picker",
"version": "1.2.41",
"description": "A React Native component providing multiple images selection from camera roll based on flatlist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yehudahkay/react-native-camera-roll-picker"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"cameraroll",
"picker"
],
"author": "jeanpan",
"license": "MIT",
"bugs": {
"url": "https://github.com/yehudahkay/react-native-camera-roll-picker/issues"
},
"homepage": "https://github.com/yehudahkay/react-native-camera-roll-pickerf#readme"
}