mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "ReactTests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.3.2",
|
|
"react-native": "^0.37.0",
|
|
"react-native-fs": "^1.1.0",
|
|
"realm": "file:../..",
|
|
"realm-tests": "file:../js",
|
|
"xmlbuilder": "^4.2.1"
|
|
}
|
|
}
|