mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"name": "react-dom",
|
|
"version": "16.0.0-alpha",
|
|
"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": "^16.0.0-alpha"
|
|
}
|
|
}
|