react-native-camera-kit/package.json

28 lines
728 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": "4.0.4",
"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": {
"lodash": "^4.14.2"
},
"license": "MIT",
"peerDependencies": {
"react": ">=0.14.5",
"react-native": ">=0.25.1"
},
"homepage": "https://github.com/wix/react-native-camera-kit"
}