mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
28 lines
533 B
JSON
28 lines
533 B
JSON
{
|
|
"name": "react-dom",
|
|
"version": "15.3.2",
|
|
"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.3.2"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"dist/",
|
|
"index.js",
|
|
"server.js"
|
|
]
|
|
}
|