2016-04-14 07:44:00 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-camera-kit",
|
2016-04-14 09:10:23 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wix/react-native-camera-kit.git"
|
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2017-07-30 06:34:45 +00:00
|
|
|
"version": "5.3.4",
|
2016-04-14 09:10:23 +00:00
|
|
|
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
|
|
|
|
"author": "Nataliia Hrankina <nataliag@wix.com>",
|
|
|
|
"nativePackage": true,
|
2016-04-17 12:45:09 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/wix/react-native-camera-kit/issues"
|
|
|
|
},
|
2016-07-26 14:14:43 +00:00
|
|
|
"scripts": {},
|
2016-08-09 15:21:58 +00:00
|
|
|
"dependencies": {
|
2017-07-26 18:52:49 +00:00
|
|
|
"lodash": "^4.14.2",
|
|
|
|
"prop-types": "^15.5.10"
|
2016-08-09 15:21:58 +00:00
|
|
|
},
|
2016-04-17 12:45:09 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-05-31 11:46:49 +00:00
|
|
|
"react": ">=0.14.5",
|
|
|
|
"react-native": ">=0.25.1"
|
2016-04-17 12:45:09 +00:00
|
|
|
},
|
2017-02-28 13:56:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"react": "15.4.1",
|
|
|
|
"react-native": "^0.38",
|
|
|
|
"seamless-immutable": "^6.1.0",
|
|
|
|
"shell-utils": "*"
|
|
|
|
},
|
2016-04-17 12:45:09 +00:00
|
|
|
"homepage": "https://github.com/wix/react-native-camera-kit"
|
2016-04-14 07:44:00 +00:00
|
|
|
}
|