Files
flipper/desktop/plugins/crash_reporter/package.json
generatedunixname89002005306973 8000090eac Flipper Release: v0.49.0
Summary: Releasing version 0.49.0

Reviewed By: cekkaewnumchai

Differential Revision: D22307632

fbshipit-source-id: 105fc71f07a4827a5d6e54cf3200b22f800a5f1e
2020-06-30 06:33:04 -07:00

23 lines
598 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-crash-reporter",
"id": "CrashReporter",
"version": "0.49.0",
"description": "A plugin which will display a crash",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.js",
"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"
}
}