react-native-buglife
Version:
Buglife for React Native
25 lines (24 loc) • 577 B
JSON
{
"name": "react-native-buglife-example",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-expo": "23.0.0",
"react-test-renderer": "16.0.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-buglife": "^0.1.13"
}
}