mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 23:04:29 +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.8.0"
|
|
}
|
|
}
|