realm-js/tests/react-test-app/package.json

14 lines
241 B
JSON
Raw Normal View History

2015-10-02 21:57:54 +00:00
{
"name": "ReactTests",
"version": "0.0.1",
"private": true,
"scripts": {
"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",
"realm": "file:../..",
"realm-tests": "file:../lib"
2015-10-02 21:57:54 +00:00
}
}