instabug-reactnative/package.json

34 lines
1.5 KiB
JSON
Raw Normal View History

2016-10-03 20:20:59 +02:00
{
2016-10-04 11:41:36 +02:00
"name": "instabug-reactnative",
2018-03-07 17:41:19 +02:00
"version": "2.7.1",
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": {
2017-08-31 02:32:55 +02:00
"commands": {
"postlink": "ruby ./node_modules/instabug-reactnative/link.rb || echo \"Ruby doesn't exist, if you're building this for Android only, then feel free to ignore this error, otherwise please install Ruby and run 'react-native link instabug-reactnative' again\"",
"preunlink": "ruby ./node_modules/instabug-reactnative/unlink.rb || echo \"Ruby doesn't exist, if you're building this for Android only, then feel free to ignore this error, otherwise please install Ruby and run 'react-native link instabug-reactnative' again\""
2017-08-31 02:32:55 +02:00
},
2016-10-04 11:41:36 +02:00
"android": {
"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-09-27 17:55:58 +02:00
}