mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
26 lines
487 B
JSON
26 lines
487 B
JSON
{
|
|
"name": "react-is",
|
|
"version": "16.3.0-alpha.1",
|
|
"description": "Brand checking of React Elements.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0 || 16.3.0-alpha.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|