2015-10-02 21:57:54 +00:00
|
|
|
{
|
|
|
|
"name": "ReactTests",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2015-11-24 03:07:50 +00:00
|
|
|
"start": "react-native start"
|
2015-10-02 21:57:54 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-09 00:33:53 +00:00
|
|
|
"react-native": "^0.18.0-rc",
|
2015-11-17 21:13:40 +00:00
|
|
|
"realm": "file:../..",
|
2016-01-06 04:34:50 +00:00
|
|
|
"realm-tests": "file:../lib"
|
2015-10-02 21:57:54 +00:00
|
|
|
}
|
|
|
|
}
|