Files
flipper/desktop/plugins/layout/package.json
Chaiwat Ekkaewnumchai 8a06f4bd72 Unit Test for Multiple Selector Data Handler
Summary: per title

Reviewed By: mweststrate

Differential Revision: D21304005

fbshipit-source-id: 97231d49a2c6fb3faeafa15587bc140bdc1dbea3
2020-05-07 03:41:01 -07:00

23 lines
448 B
JSON

{
"name": "Inspector",
"version": "1.0.0",
"main": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"deep-equal": "^2.0.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"@testing-library/react": "^10.0.2"
},
"title": "Layout",
"icon": "target",
"bugs": {
"email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/"
}
}