2016-10-03 20:20:59 +02:00
|
|
|
{
|
2016-10-04 11:41:36 +02:00
|
|
|
"name": "instabug-reactnative",
|
2017-08-28 13:00:52 +02:00
|
|
|
"version": "1.2.4",
|
2016-10-04 11:41:36 +02:00
|
|
|
"description": "React Native plugin for integrating the Instabug SDK",
|
2017-08-28 12:39:08 +02:00
|
|
|
"scripts": {
|
|
|
|
"postinstall": "cd ../../ios && pod install"
|
|
|
|
},
|
2016-10-03 20:20:59 +02:00
|
|
|
"main": "index.js",
|
2017-01-23 16:57:58 +02:00
|
|
|
"repository": {
|
2016-10-04 11:41:36 +02:00
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Instabug/instabug-reactnative.git"
|
2016-10-03 20:20:59 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
2017-01-23 16:57:58 +02:00
|
|
|
"react-native",
|
2016-10-04 11:41:36 +02:00
|
|
|
"bug",
|
|
|
|
"reporting",
|
|
|
|
"feedback",
|
|
|
|
"instabug",
|
|
|
|
"sdk"
|
2016-10-03 20:20:59 +02:00
|
|
|
],
|
2016-10-04 11:41:36 +02:00
|
|
|
"author": "Hossam Hassan && Yousef Hamza",
|
|
|
|
"license": "MIT",
|
2017-01-23 16:57:58 +02:00
|
|
|
"bugs": {
|
2016-10-04 11:41:36 +02:00
|
|
|
"url": "https://github.com/Instabug/instabug-reactnative/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Instabug/instabug-reactnative#readme",
|
|
|
|
"rnpm": {
|
|
|
|
"android": {
|
2017-08-08 17:36:25 +02:00
|
|
|
"packageInstance": "\t\tnew RNInstabugReactnativePackage.Builder(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this)\n\t\t\t\t\t\t\t.setInvocationEvent(\"shake\")\n\t\t\t\t\t\t\t.setPrimaryColor(\"#1D82DC\")\n\t\t\t\t\t\t\t.setFloatingEdge(\"left\")\n\t\t\t\t\t\t\t.setFloatingButtonOffsetFromTop(250)\n\t\t\t\t\t\t\t.build()"
|
2016-10-04 11:41:36 +02:00
|
|
|
}
|
2016-10-03 20:20:59 +02:00
|
|
|
}
|
2017-07-20 13:48:02 +02:00
|
|
|
}
|