Files
react/packages/react-native-renderer/package.json
T
Sebastian Markbage 064092102d Bump package versions
2016-04-20 03:35:31 +01:00

24 lines
536 B
JSON

{
"name": "react-native-renderer",
"version": "16.0.0-alpha",
"description": "React package for use inside react-native.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"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.0",
"react": "^16.0.0-alpha"
}
}