mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
18229fdeda
per https://github.com/facebook/react/commit/ca4325e3eff16b86879188eb996ebcc9a933336a#commitcomment-21033948
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"name": "react-noop-renderer",
|
|
"version": "16.0.0-alpha.3",
|
|
"private": true,
|
|
"description": "React package for testing the Fiber reconciler.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.9",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|