Summary: per title Reviewed By: mweststrate Differential Revision: D21304005 fbshipit-source-id: 97231d49a2c6fb3faeafa15587bc140bdc1dbea3
23 lines
448 B
JSON
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/"
|
|
}
|
|
}
|