-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
33 lines (33 loc) · 875 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
32
33
{
"name": "react-native-camera-roll-picker",
"description": "A React Native component providing images selection from camera roll ",
"version": "2.0.1",
"author": "jeanpan",
"bugs": {
"url": "https://github.com/jeanpan/react-native-camera-roll-picker/issues"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"@react-native-camera-roll/camera-roll": "^5.2.4"
},
"homepage": "https://github.com/jeanpan/react-native-camera-roll-picker#readme",
"keywords": [
"cameraroll",
"ios",
"picker",
"react-component",
"react-native",
"react-native-component"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeanpan/react-native-camera-roll-picker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}