mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"name": "react-noop-renderer",
|
|
"version": "16.0.0-alpha.7",
|
|
"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",
|
|
"cjs/"
|
|
]
|
|
}
|