mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "16.0.0-alpha",
|
|
"description": "React package for snapshot testing.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-testing"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react/",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-alpha"
|
|
}
|
|
}
|
|
|