Summary: Bugfix release for startup problem. Reviewed By: cekkaewnumchai Differential Revision: D19832703 fbshipit-source-id: 75451e39f53b2d231e1ad10219b37620593f0998
35 lines
818 B
JSON
35 lines
818 B
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.31.1",
|
|
"description": "TODO",
|
|
"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.59.0-rc.0 <1.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.8.3",
|
|
"react-native": "^0.59.10"
|
|
}
|
|
}
|