instabug-reactnative/package.json

33 lines
847 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",
2017-01-14 01:40:15 +02:00
"version": "1.0.5",
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",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
2016-11-02 15:51:14 +02:00
"packageInstance": "new RNInstabugReactnativePackage(\"YOUR_ANDROID_APPLICATION_TOKEN\",MainApplication.this,\"button\")"
2016-10-04 11:41:36 +02:00
}
2016-10-03 20:20:59 +02:00
}
}