forked from ascoders/react-native-image-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 798 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
{
"name": "react-native-image-pan-zoom",
"version": "2.1.11",
"description": "react native image pan zoom",
"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": "https://github.com/ascoders/react-native-image-zoom.git"
},
"keywords": [
"image-zoom"
],
"author": "ascoders",
"license": "ISC",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"ascoders-tslint-config": "^1.0.2",
"react": "*",
"react-native": "*",
"tslint": "^5.8.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^2.9.2"
}
}