Modified package.json

This commit is contained in:
Natalia Grankina 2016-04-14 12:10:23 +03:00
parent da6b391a46
commit 43c4f21698
1 changed files with 12 additions and 2 deletions

View File

@ -1,12 +1,22 @@
{
"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": "0.0.1",
"private": true,
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
"author": "Nataliia Hrankina <nataliag@wix.com>",
"nativePackage": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "^0.14.8",
"react-native": "^0.23.1"
}
},
"license": "MIT"
}