react-native-camera-kit/example/package.json
2016-11-20 17:34:01 +02:00

16 lines
335 B
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"lodash": "^4.13.1",
"react": "15.2.1",
"react-native": "0.31.0",
"react-native-camera-kit": "file:../",
"seamless-immutable": "^6.1.0"
}
}