mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
26 lines
519 B
JSON
26 lines
519 B
JSON
{
|
|
"name": "react-native-renderer",
|
|
"version": "15.3.2",
|
|
"description": "React package for use inside react-native.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-native"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react-native/",
|
|
"dependencies": {
|
|
"react": "^15.3.2"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js"
|
|
]
|
|
}
|