mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
New release scripts. Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
19 lines
340 B
JSON
19 lines
340 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",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1"
|
|
}
|
|
}
|