flipper-plugin-info
Version:
The info plugin allows developers to inspect info such as user ID, app version name and so on.
27 lines • 491 B
JSON
{
"name": "flipper-plugin-info",
"title": "Info",
"version": "1.1.0",
"main": "index.tsx",
"license": "MIT",
"author": "Jay Chang",
"keywords": [
"flipper-plugin"
],
"icon": "apps",
"bugs": {
"email": "jaychang0917@gmail.com"
},
"scripts": {
"lint": "tslint -p ../"
},
"dependencies": {
"flipper": "latest",
"react": "^16.12.0"
},
"devDependencies": {
"tslint": "^5.20.1",
"tslint-react": "^4.1.0",
"typescript": "^3.7.2"
}
}