mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"name": "simple-cache-provider",
|
|
"description": "A basic cache for React applications",
|
|
"version": "0.2.1",
|
|
"repository": "facebook/react",
|
|
"files": ["LICENSE", "README.md", "index.js", "cjs/"],
|
|
"dependencies": {
|
|
"fbjs": "^0.8.16"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "16.3.0-alpha.1"
|
|
}
|
|
}
|