react-native-ironsource
Version:
App Monetization and Ads Manegement through Iron Source
24 lines (23 loc) • 548 B
JSON
{
"name": "IronsourceExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-ironsource": "https://github.com/rf1804/react-native-ironsource.git"
},
"devDependencies": {
"babel-jest": "23.4.0",
"babel-preset-react-native": "^5",
"jest": "23.4.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}