mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"name": "react-cache",
|
|
"description": "A basic cache for React applications",
|
|
"version": "16.6.0-beta.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1 || 16.6.0-beta.0"
|
|
}
|
|
}
|