2018-02-15 16:38:15 -08:00
|
|
|
{
|
2018-10-23 13:55:52 -07:00
|
|
|
"private": true,
|
2018-10-01 09:07:40 -06:00
|
|
|
"name": "react-cache",
|
2018-02-15 16:38:15 -08:00
|
|
|
"description": "A basic cache for React applications",
|
2018-10-23 16:18:26 -07:00
|
|
|
"version": "2.0.0-alpha.0",
|
2019-01-18 20:21:12 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type" : "git",
|
|
|
|
|
"url" : "https://github.com/facebook/react.git",
|
|
|
|
|
"directory": "packages/react-cache"
|
|
|
|
|
},
|
2018-03-14 13:23:21 -07:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
2018-11-23 12:37:18 -08:00
|
|
|
"build-info.json",
|
2018-03-14 13:23:21 -07:00
|
|
|
"index.js",
|
2018-10-31 11:16:03 -07:00
|
|
|
"cjs/",
|
|
|
|
|
"umd/"
|
2018-03-14 13:23:21 -07:00
|
|
|
],
|
2018-02-15 16:38:15 -08:00
|
|
|
"peerDependencies": {
|
2018-10-23 16:18:26 -07:00
|
|
|
"react": "^16.3.0-alpha.1"
|
2018-02-15 16:38:15 -08:00
|
|
|
}
|
|
|
|
|
}
|