Modified package.json
This commit is contained in:
parent
da6b391a46
commit
43c4f21698
14
package.json
14
package.json
|
@ -1,12 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-camera-kit",
|
"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",
|
"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": {
|
"scripts": {
|
||||||
"start": "node node_modules/react-native/local-cli/cli.js start"
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^0.14.8",
|
"react": "^0.14.8",
|
||||||
"react-native": "^0.23.1"
|
"react-native": "^0.23.1"
|
||||||
}
|
},
|
||||||
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue