2015-08-12 16:41:24 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-native-renderer",
|
2016-04-13 09:41:51 +08:00
|
|
|
"version": "16.0.0-alpha",
|
2015-08-12 16:41:24 +08:00
|
|
|
"description": "React package for use inside react-native.",
|
|
|
|
|
"main": "index.js",
|
2016-04-21 01:29:39 +08:00
|
|
|
"repository": "facebook/react",
|
2015-08-12 16:41:24 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"react",
|
|
|
|
|
"react-native"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://facebook.github.io/react-native/",
|
|
|
|
|
"dependencies": {
|
2016-04-13 09:41:51 +08:00
|
|
|
"react": "^16.0.0-alpha"
|
2015-08-12 16:41:24 +08:00
|
|
|
}
|
|
|
|
|
}
|