mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
23 lines
527 B
JSON
23 lines
527 B
JSON
{
|
|
"name": "react-dom",
|
|
"version": "0.14.0-beta3",
|
|
"description": "React package for working with the DOM.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git"
|
|
},
|
|
"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",
|
|
"dependencies": {
|
|
"fbjs": "0.1.0-alpha.4",
|
|
"react": "^0.14.0-beta3"
|
|
}
|
|
}
|