Summary: Releasing version 0.64.0 Reviewed By: priteshrnandgaonkar Differential Revision: D24590607 fbshipit-source-id: 04671a31028a33cf020acd8b83c219608fe38319
18 lines
383 B
JSON
18 lines
383 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-fresco",
|
|
"id": "Fresco",
|
|
"version": "0.64.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"title": "Images",
|
|
"icon": "profile",
|
|
"bugs": {
|
|
"email": "oncall+fresco@xmail.facebook.com"
|
|
}
|
|
}
|