Files
flipper/desktop/plugins/hermesdebuggerrn/package.json
Pascal Hartig d86da8f1d2 Move hermesdebugger to OSS
Summary:
flybefree

Only moved, formatted the JSON and changed the headers.

changelog: New Hermes Debugger plugin for React Native apps.

Reviewed By: rickhanlonii

Differential Revision: D20673166

fbshipit-source-id: 9ecf4708f8834e00699d2d39aa6daa51c46a771b
2020-03-30 09:28:34 -07:00

13 lines
252 B
JSON

{
"name": "flipper-plugin-hermesdebuggerrn",
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"title": "Hermes Debugger (RN)",
"icon": "apps",
"keywords": ["flipper-plugin"],
"bugs": {
"email": "rickhanlonii@fb.com"
}
}