instabug-reactnative/package.json

34 lines
837 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",
2016-10-03 20:20:59 +02:00
"version": "1.0.0",
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"
2016-10-04 11:41:36 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Instabug/instabug-reactnative.git"
2016-10-03 20:20:59 +02:00
},
"keywords": [
2016-10-04 11:41:36 +02:00
"react-native",
"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": {
"url": "https://github.com/Instabug/instabug-reactnative/issues"
},
"homepage": "https://github.com/Instabug/instabug-reactnative#readme",
"rnpm": {
"android": {
"packageInstance": "new RNInstabugReactnativePackage(${androidApplicationToken}, MainApplication.this)"
}
2016-10-03 20:20:59 +02:00
}
}