16 lines
319 B
JSON
Raw Normal View History

{
"name": "ReactNativeBenchmarks",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
2016-06-07 18:20:51 -07:00
"react": "15.1.0",
"react-native": "^0.27.1",
"react-native-sqlite-storage": "^2.1.3",
"react-native-store": "^0.4.1",
"realm": "file:../.."
}
}