Summary: Releasing version 0.37.0 Reviewed By: jknoxville Differential Revision: D20919249 fbshipit-source-id: 59ec28ba10043da03c460d9eaadb30a8fd2e4a6f
35 lines
805 B
JSON
35 lines
805 B
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.37.0",
|
|
"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.62.0"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.8.3",
|
|
"react-native": "^0.59.10"
|
|
}
|
|
}
|