Files
react/packages/react-dom/package.json
T
Paul O’Shannessy b247f68b33 0.14.1
2015-10-28 14:21:05 -07:00

22 lines
486 B
JSON

{
"name": "react-dom",
"version": "0.14.1",
"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": {
"react": "^0.14.1"
}
}