forked from UniGroupCA/react-native-pdf-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 896 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
38
{
"name": "@qdivision/react-native-pdf-view",
"version": "0.4.0",
"description": "A pdf file view component for react native.",
"main": "index.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/cnjon/react-native-pdf-view.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"ios",
"pdf",
"view"
],
"author": "cnjon (https://github.com/cnjon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cnjon/react-native-pdf-view/issues"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"homepage": "https://github.com/cnjon/react-native-pdf-view#readme",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}