-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·38 lines (38 loc) · 977 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": "@housing/react-native-image-zoom-viewer",
"version": "1.0.0",
"description": "react native image viewer",
"main": "built/index.js",
"types": "built/index.d.ts",
"scripts": {
"prepare": "rm -rf built && tsc",
"start": "tsc -w --outDir demo/built"
},
"repository": {
"type": "git",
"url": "git+https://github.com/housinghq/react-native-image-zoom-viewer.git"
},
"keywords": [
"image-viewer"
],
"author": "Kishan Patel",
"license": "MIT",
"dependencies": {
"@housing/react-native-image-pan-zoom": "1.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native": "*",
"typescript": "2.9.2"
},
"bugs": {
"url": "https://github.com/housinghq/react-native-image-zoom-viewer/issues"
},
"homepage": "https://github.com/housinghq/react-native-image-zoom-viewer#readme"
}