Files
flipper/desktop/plugins/sandbox/package.json
root@sandcastle1328.prn2.facebook.com f1c3bf8697 Flipper Release: v0.53.0
Summary: Releasing version 0.53.0

Reviewed By: priteshrnandgaonkar

Differential Revision: D23213490

fbshipit-source-id: 66dfa59dbae33d372bad9e284f9773e2ab88487b
2020-08-19 08:22:00 -07:00

18 lines
370 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-sandbox",
"id": "Sandbox",
"title": "Sandbox",
"version": "0.53.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"icon": "translate",
"bugs": {
"email": "edoardo@fb.com"
}
}