react-native-camera-kit/package.json

34 lines
867 B
JSON
Raw Normal View History

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-02-26 10:00:11 +00:00
"version": "5.0.0",
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": {
"lodash": "^4.14.2"
},
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
}