Summary: This Diff makes the react-native-flipper package available on NPM. For simplicity and traceability purposes, this package is released every time Flipper is released, under the same version number. Even though there will be often no changes. Reviewed By: passy Differential Revision: D19446815 fbshipit-source-id: 485930e57beac42a2f36dc34a8ac82eed2abe785
35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "react-native-flipper",
|
|
"title": "React Native Flipper Bindings",
|
|
"version": "0.0.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"
|
|
}
|
|
}
|