15 lines
310 B
JSON
Raw Normal View History

2016-05-31 14:46:49 +03:00
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "0.14.5",
2016-06-02 14:08:06 +03:00
"react-native": "0.25.1",
"react-native-camera-kit": "file:../",
2016-06-02 14:08:06 +03:00
"seamless-immutable": "^6.1.0"
2016-05-31 14:46:49 +03:00
}
}