react/packages/react-dom/package.json

20 lines
433 B
JSON
Raw Normal View History

2015-06-12 05:19:52 +08:00
{
"name": "react-dom",
2016-03-08 08:23:08 +08:00
"version": "15.0.0-rc.1",
2015-06-12 05:19:52 +08:00
"description": "React package for working with the DOM.",
"main": "index.js",
"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"
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {},
2015-11-03 02:19:04 +08:00
"peerDependencies": {
2016-03-08 08:23:08 +08:00
"react": "^15.0.0-rc.1"
2015-06-12 05:19:52 +08:00
}
}