Files
2018-10-30 18:10:09 +08:00

25 lines
445 B
JSON

{
"name": "react-native-fix-text-view",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "",
"license": "",
"devDependencies": {
"react-native": "0.55.4",
"prop-types": "^15.6.2",
"react": "16.3.1"
},
"peerDependencies": {
"react-native": "0.x",
"react": "16.x"
}
}