Summary: Releasing version 0.53.0 Reviewed By: priteshrnandgaonkar Differential Revision: D23213490 fbshipit-source-id: 66dfa59dbae33d372bad9e284f9773e2ab88487b
18 lines
370 B
JSON
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"
|
|
}
|
|
}
|