-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 903 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
34
35
36
37
{
"name": "react-native-camera-ios",
"description": "Native iOS Camera Component with Custom React View Support",
"main": "index.ios.js",
"scripts": {
"start": "react-native start"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"babel-jest": "^24.0.0-alpha.4",
"jest": "^24.0.0-alpha.4",
"metro-react-native-babel-preset": "^0.49.0",
"react": "16.6.0",
"react-native": "^0.57.4",
"react-test-renderer": "^16.6.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"version": "2.0.0",
"keywords": [
"react-native",
"react-component",
"ios",
"camera",
"photo",
"uiimagepickercontroller"
],
"repository": {
"type": "git",
"url": "https://github.com/houserater/react-native-camera-ios.git"
},
"license": "MIT",
"author": "Hank Brekke (https://github.com/hnryjms)"
}