28 lines
708 B
JSON
28 lines
708 B
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": "1.0.12",
|
|
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
|
|
"author": "Nataliia Hrankina <nataliag@wix.com>",
|
|
"nativePackage": true,
|
|
"bugs": {
|
|
"url": "https://github.com/wix/react-native-camera-kit/issues"
|
|
},
|
|
"scripts": {
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=0.14.5",
|
|
"react-native": ">=0.25.1"
|
|
},
|
|
"homepage": "https://github.com/wix/react-native-camera-kit"
|
|
}
|