2018-02-16 08:38:15 +08:00
|
|
|
{
|
2018-10-24 04:55:52 +08:00
|
|
|
"private": true,
|
2018-10-01 23:07:40 +08:00
|
|
|
"name": "react-cache",
|
2018-02-16 08:38:15 +08:00
|
|
|
"description": "A basic cache for React applications",
|
2018-10-24 07:18:26 +08:00
|
|
|
"version": "2.0.0-alpha.0",
|
2018-02-16 08:38:15 +08:00
|
|
|
"repository": "facebook/react",
|
2018-03-15 04:23:21 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"index.js",
|
2018-11-01 02:16:03 +08:00
|
|
|
"cjs/",
|
|
|
|
|
"umd/"
|
2018-03-15 04:23:21 +08:00
|
|
|
],
|
2018-02-16 08:38:15 +08:00
|
|
|
"peerDependencies": {
|
2018-10-24 07:18:26 +08:00
|
|
|
"react": "^16.3.0-alpha.1"
|
2018-02-16 08:38:15 +08:00
|
|
|
}
|
|
|
|
|
}
|