react-native-camera-kit/package.json

34 lines
867 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": "5.0.0",
"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"
},
"devDependencies": {
"react": "15.4.1",
"react-native": "^0.38",
"seamless-immutable": "^6.1.0",
"shell-utils": "*"
},
"homepage": "https://github.com/wix/react-native-camera-kit"
}