27 lines
682 B
JSON
Raw Normal View History

2016-04-14 10:44:00 +03:00
{
"name": "react-native-camera-kit",
2016-04-14 12:10:23 +03:00
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-camera-kit.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
2016-04-15 10:56:44 +03:00
"version": "0.0.2",
2016-04-14 12:10:23 +03:00
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
"author": "Nataliia Hrankina <nataliag@wix.com>",
"nativePackage": true,
2016-04-17 15:45:09 +03:00
"bugs": {
"url": "https://github.com/wix/react-native-camera-kit/issues"
},
2016-04-14 10:44:00 +03:00
"scripts": {
},
"dependencies": {
2016-04-14 12:10:23 +03:00
},
2016-04-17 15:45:09 +03:00
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.19.0"
},
"homepage": "https://github.com/wix/react-native-camera-kit"
2016-04-14 10:44:00 +03:00
}