react/packages/react-dom/package.json

23 lines
527 B
JSON
Raw Normal View History

2015-06-12 05:19:52 +08:00
{
"name": "react-dom",
2015-08-04 05:24:24 +08:00
"version": "0.14.0-beta3",
2015-06-12 05:19:52 +08:00
"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": {
2015-07-31 12:28:11 +08:00
"fbjs": "0.1.0-alpha.4",
2015-08-04 05:24:24 +08:00
"react": "^0.14.0-beta3"
2015-06-12 05:19:52 +08:00
}
}