Summary: as title; we'd like to reuse this for the Litho sections plugin but not having it in OS makes setting up deps more difficult than it should be. Reviewed By: danielbuechele Differential Revision: D16052298 fbshipit-source-id: cd965688eff4fedbe57264e6676b6ca09b9deb45
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "flipper-plugin-sections",
|
|
"title": "Sections",
|
|
"bugs": {
|
|
"email": "oncall+ios_componentkit@xmail.facebook.com",
|
|
"url": "https://fb.workplace.com/groups/componentkit/"
|
|
},
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"gatekeeper": "flipper_sections_plugin",
|
|
"dependencies": {
|
|
"react-d3-tree": "^1.12.1"
|
|
},
|
|
"resolutions": {
|
|
"react-d3-tree/d3": "file:./d3"
|
|
}
|
|
}
|