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

17 lines
322 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": {
"react": "^0.14.5",
"react-native": "^0.22.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
}
}