36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"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.7",
|
|
"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": "watchman watch-del-all && 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",
|
|
"react": "16.6.0-alpha.8af6728",
|
|
"react-native": "0.57.4"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"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"
|
|
}
|