mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
31 lines
624 B
JSON
31 lines
624 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": {
|
|
"fbjs": "^0.8.4",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-alpha"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|