2015-06-12 05:19:52 +08:00
|
|
|
{
|
|
|
|
|
"name": "react-dom",
|
2016-01-21 12:07:37 +08:00
|
|
|
"version": "0.15.0-alpha.1",
|
2015-06-12 05:19:52 +08:00
|
|
|
"description": "React package for working with the DOM.",
|
|
|
|
|
"main": "index.js",
|
2015-11-05 09:22:58 +08:00
|
|
|
"repository": "facebook/react",
|
2015-06-12 05:19:52 +08:00
|
|
|
"keywords": [
|
|
|
|
|
"react"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
2016-01-26 04:44:17 +08:00
|
|
|
"homepage": "https://facebook.github.io/react/",
|
2016-01-27 00:37:30 +08:00
|
|
|
"dependencies": {},
|
2015-11-03 02:19:04 +08:00
|
|
|
"peerDependencies": {
|
2016-01-21 12:07:37 +08:00
|
|
|
"react": "^0.15.0-alpha.1"
|
2015-06-12 05:19:52 +08:00
|
|
|
}
|
|
|
|
|
}
|