forked from antonKalinin/react-native-image-view
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
54
55
56
{
"name": "react-native-image-view",
"version": "2.1.4-15",
"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": "^8.2.2",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.71.0",
"prettier": "1.11.1"
},
"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",
"dependencies": {
"react-native-flash-message": "^0.1.18"
}
}