mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
20 lines
451 B
JSON
20 lines
451 B
JSON
{
|
|
"name": "react-native-renderer",
|
|
"version": "16.0.0-alpha",
|
|
"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": "^16.0.0-alpha"
|
|
}
|
|
}
|