Files
react/packages/react-native-renderer/package.json
T
Paul O’Shannessy 112a400662 15.0.2-alpha.3
2016-04-25 12:55:13 -07:00

20 lines
455 B
JSON

{
"name": "react-native-renderer",
"version": "15.0.2-alpha.3",
"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.0.2-alpha.3"
}
}