Files
flipper/desktop/plugins/rn-tic-tac-toe/package.json
Pascal Hartig 011952d73c Flipper Release: v0.48.0
Summary: Releasing version 0.48.0

Reviewed By: mweststrate

Differential Revision: D22207960

fbshipit-source-id: 7f21ff151c4e5750646a6dd3e39690229a2e73a5
2020-06-25 02:32:47 -07:00

19 lines
442 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-native-tic-tac-toe",
"id": "ReactNativeTicTacToe",
"version": "0.48.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.tsx",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"icon": "apps",
"title": "React Native Tic Tac Toe",
"category": "Examples",
"bugs": {
"email": "mweststrate@fb.com"
}
}