react-native-compat
Version:
Compatibility package for earlier versions of react-native
40 lines (39 loc) • 1 kB
JSON
{
"name": "react-native-compat",
"version": "1.0.0",
"description": "Compatibility package for earlier versions of react-native",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.27.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajwhite/react-native-compat.git"
},
"keywords": [
"react-native",
"compat",
"compatibility",
"legacy"
],
"author": "Atticus White <contact@atticuswhite.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajwhite/react-native-compat/issues"
},
"homepage": "https://github.com/ajwhite/react-native-compat#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-react-native": "^2.1.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}