14 lines
229 B
JSON
Raw Permalink Normal View History

2015-08-13 09:12:48 -07:00
{
2015-08-13 10:29:37 -07:00
"name": "ReactExample",
2015-08-13 09:12:48 -07:00
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
2015-08-13 09:12:48 -07:00
},
"dependencies": {
2016-11-11 12:01:31 -08:00
"react": "15.3.2",
"react-native": "^0.37.0",
"realm": "file:../.."
2015-08-13 09:12:48 -07:00
}
}