forked from teslamotors/react-native-camera-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1009 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
{
"name": "react-native-camera-kit",
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-camera-kit.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "7.3.3",
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
"author": "Ran Greenberg <rang@wix.com>",
"nativePackage": true,
"bugs": {
"url": "https://github.com/wix/react-native-camera-kit/issues"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"xcode": "open example-ios/CameraKit.xcodeproj"
},
"main": "src/index.js",
"dependencies": {
"lodash": "^4.14.2"
},
"license": "MIT",
"devDependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "16.0.0"
},
"homepage": "https://github.com/wix/react-native-camera-kit"
}