Files
react/packages/react-dom/package.json
T
Paul O’Shannessy c389c1def5 v0.14.3
2015-11-18 18:08:52 -08:00

19 lines
427 B
JSON

{
"name": "react-dom",
"version": "0.14.3",
"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://github.com/facebook/react/tree/master/npm-react-dom",
"peerDependencies": {
"react": "^0.14.3"
}
}