Files
react/packages/react-cache/package.json

23 lines
442 B
JSON
Raw Normal View History

{
"private": true,
"name": "react-cache",
"description": "A basic cache for React applications",
"version": "2.0.0-alpha.0",
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"directory": "packages/react-cache"
},
"files": [
"LICENSE",
"README.md",
"build-info.json",
"index.js",
2018-10-31 11:16:03 -07:00
"cjs/",
"umd/"
],
"peerDependencies": {
"react": "^16.3.0-alpha.1"
}
}