Summary: Still got four warnings up for this on GitHub. Let's do the same we do in the rest of the repo. Reviewed By: mweststrate Differential Revision: D22233188 fbshipit-source-id: eb76409b1e5ff5735e354bdbd93f875d22f2add2
40 lines
931 B
JSON
40 lines
931 B
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.48.0",
|
|
"description": "Flipper bindings for React Native",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/flipper.git",
|
|
"baseUrl": "https://github.com/facebook/flipper/tree/master/react-native/react-native-flipper"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"flipper"
|
|
],
|
|
"author": {
|
|
"name": "Facebook Inc"
|
|
},
|
|
"license": "MIT",
|
|
"licenseFilename": "LICENSE",
|
|
"readmeFilename": "README.md",
|
|
"peerDependencies": {
|
|
"react": "^16.8.1",
|
|
"react-native": "^0.62.0"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.13.1",
|
|
"react-native": "^0.62.2"
|
|
},
|
|
"resolutions": {
|
|
"logkitty": "0.7.1",
|
|
"minimist": "1.2.3",
|
|
"kind-of": "6.0.3"
|
|
}
|
|
}
|