forked from wonday/react-native-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 960 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
34
35
36
37
{
"name": "react-native-pdf",
"version": "6.0.0",
"summary": "A react native PDF view component",
"description": "A react native PDF view component, support ios and android platform",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-pdf.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"pdf",
"view",
"viewer"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"homepage": "https://github.com/wonday/react-native-pdf",
"bugs": {
"url": "https://github.com/wonday/react-native-pdf/issues"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"rn-fetch-blob": "^0.10.13"
}
}