Files
react/packages/react-dom/package.json
Paul O’Shannessy a92bc51e0a Add empty dependencies for packages
This ensures that broken npm versions won't crash when doing install --production
2016-01-26 08:37:30 -08:00

20 lines
439 B
JSON

{
"name": "react-dom",
"version": "0.15.0-alpha.1",
"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": "^0.15.0-alpha.1"
}
}