mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 06:15:49 +00:00
12 lines
206 B
JSON
12 lines
206 B
JSON
{
|
|
"name": "ReactExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.10.1"
|
|
}
|
|
}
|