instabug-reactnative/package.json

29 lines
904 B
JSON
Raw Normal View History

2016-10-03 20:20:59 +02:00
{
2016-10-04 11:41:36 +02:00
"name": "instabug-reactnative",
"version": "1.1.6",
2016-10-04 11:41:36 +02:00
"description": "React Native plugin for integrating the Instabug SDK",
2016-10-03 20:20:59 +02:00
"main": "index.js",
"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": [
"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",
"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": {
"packageInstance": "new RNInstabugReactnativePackage.Builder(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this)\n.setInvocationEvent(\"shake\")\n.setPrimaryColor(\"#1D82DC\")\n.setFloatingEdge(\"left\")\n.setFloatingButtonOffsetFromTop(250)\n.build()"
2016-10-04 11:41:36 +02:00
}
2016-10-03 20:20:59 +02:00
}
}