Files
react-native-video-cache/package.json
2019-12-03 11:25:30 +08:00

34 lines
805 B
JSON

{
"name": "react-native-video-cache",
"title": "React Native Video Cache",
"version": "1.0.0",
"description": "TODO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}