Summary: Releasing version 0.64.0 Reviewed By: priteshrnandgaonkar Differential Revision: D24590607 fbshipit-source-id: 04671a31028a33cf020acd8b83c219608fe38319
23 lines
599 B
JSON
23 lines
599 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-crash-reporter",
|
|
"id": "CrashReporter",
|
|
"version": "0.64.0",
|
|
"description": "A plugin which will display a crash",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"repository": "https://github.com/facebook/flipper",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Crash Reporter",
|
|
"bugs": {
|
|
"email": "prit91@fb.com",
|
|
"url": "https://fb.workplace.com/groups/220760072184928/"
|
|
},
|
|
"dependencies": {
|
|
"unicode-substring": "^1.0.0"
|
|
}
|
|
}
|