instabug-reactnative/package.json
Hossam Hassan 39610b5cbc Merge pull request #39 from Instabug/master
Merge master into dev
2017-06-22 20:16:27 +02:00

30 lines
723 B
JSON

{
"name": "instabug-reactnative",
"version": "1.0.8",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Instabug/instabug-reactnative.git"
},
"keywords": [
"react-native",
"bug",
"reporting",
"feedback",
"instabug",
"sdk"
],
"author": "Hossam Hassan && Yousef Hamza",
"license": "MIT",
"bugs": {
"url": "https://github.com/Instabug/instabug-reactnative/issues"
},
"homepage": "https://github.com/Instabug/instabug-reactnative#readme",
"rnpm": {
"android": {
"packageInstance": "new RNInstabugReactnativePackage(MainApplication.this)"
}
}
}