Files
react-native-background-dow…/package.json
T
2018-06-18 18:12:43 +03:00

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"]
}
}