-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-native-blob-viewer",
"version": "1.0.8",
"description": "React Native Pre-attachment blob viewer for multiple file types in a gallery view",
"main": "BlobViewer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbintl/react-native-blob-viewer.git"
},
"keywords": [
"blob",
"fileviewer",
"multiple",
"react-native"
],
"author": "Amin Hussaini",
"license": "MIT License",
"bugs": {
"url": "https://github.com/sbintl/react-native-blob-viewer/issues"
},
"homepage": "https://github.com/sbintl/react-native-blob-viewer#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.58.0"
},
"dependencies": {
"react-native-image-slider": "^2.0.3",
"react-native-size-matters": "^0.3.0",
"react-native-video": "^5.0.2"
}
}