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

16 lines
298 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-03-04 21:29:00 +00:00
"react-native": "^0.21.0",
"react-native-fs": "^1.1.0",
2016-01-22 20:15:38 +00:00
"xmlbuilder": "^4.2.1",
"realm": "file:../..",
"realm-tests": "file:../js"
2015-10-02 21:57:54 +00:00
}
}