Files
react/packages/react-dom/package.json
T
Paul O’Shannessy c650249339 15.2.0
2016-07-01 11:31:05 -07:00

20 lines
423 B
JSON

{
"name": "react-dom",
"version": "15.2.0",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
"react"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {},
"peerDependencies": {
"react": "^15.2.0"
}
}