-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
53 lines (53 loc) · 1.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-native-image-view",
"version": "2.1.9",
"description": "React Native modal image view with pinch zoom",
"main": "src/ImageView",
"scripts": {
"flow": "flow",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"postversion": "git push origin master && git push --tags origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonKalinin/react-native-image-view.git"
},
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.44.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-flowtype": "3.9.1",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"flow-bin": "0.100.0",
"prettier": "1.18.2"
},
"keywords": [
"react-native",
"image",
"zoom",
"preview",
"modal",
"pinch",
"component"
],
"files": [
"package.json",
"readme.md",
"src"
],
"author": "Anton Kalinin",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonKalinin/react-native-image-view/issues"
},
"homepage": "https://github.com/antonKalinin/react-native-image-view#readme"
}