mirror of
https://github.com/zhigang1992/react-native-video-cache.git
synced 2026-01-12 08:23:45 +08:00
32 lines
776 B
JSON
32 lines
776 B
JSON
{
|
|
"name": "react-native-video-cache",
|
|
"title": "React Native Video Cache",
|
|
"version": "2.7.1",
|
|
"description": "Boost performance on online video loading and caching",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhigang1992/react-native-video-cache.git",
|
|
"baseUrl": "https://github.com/zhigang1992/react-native-video-cache"
|
|
},
|
|
"keywords": [
|
|
"react-native"
|
|
],
|
|
"author": {
|
|
"name": "Kyle Fang",
|
|
"email": "zhigang1992@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"licenseFilename": "LICENSE",
|
|
"readmeFilename": "README.md",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.8.3",
|
|
"react-native": "^0.59.10"
|
|
}
|
|
}
|