mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"private": true,
|
|
"name": "react-cache",
|
|
"description": "A basic cache for React applications",
|
|
"version": "2.0.0-alpha.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1"
|
|
}
|
|
}
|