mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-06-07 11:34:43 +00:00
26 lines
471 B
JSON
26 lines
471 B
JSON
{
|
|
"name": "react-native-background-download",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"react-native"
|
|
],
|
|
"author": "",
|
|
"license": "",
|
|
"peerDependencies": {
|
|
"react-native": "^0.41.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^23.1.0",
|
|
"react-native": "^0.55.4"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"setupFiles": ["./__mocks__/RNBackgroundDownload.js"]
|
|
}
|
|
}
|