Summary: Releasing version 0.62.0 Reviewed By: nikoant Differential Revision: D24248944 fbshipit-source-id: 05742031294f6a77c78c0bdccbdffe7d82427f05
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-sections",
|
|
"id": "Sections",
|
|
"icon": "tree",
|
|
"title": "Sections",
|
|
"bugs": {
|
|
"email": "oncall+ios_componentkit@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/componentkit/"
|
|
},
|
|
"version": "0.62.0",
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "src/index.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"gatekeeper": "flipper_sections_plugin",
|
|
"dependencies": {
|
|
"react-d3-tree": "^1.16.1"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper": "0.62.0",
|
|
"flipper-plugin": "0.62.0"
|
|
}
|
|
}
|