forked from dwqs/react-native-image-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
{
"name": "ImageViewer",
"version": "1.5.7",
"author": "pomysky@gamil.com",
"description": "A pure JavaScript image viewer component for react-native apps",
"main": "library/ImageViewer.js",
"license": "MIT",
"keywords": [
"react",
"native",
"react-native",
"image",
"preview",
"view"
],
"contributors": [
{
"name": "dwqs",
"email": "pomysky@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dwqs/react-native-image-viewer.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "17.0.0",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.1",
"jest-react-native": "17.0.1",
"react": "15.3.2",
"react-native": "0.37.0",
"react-test-renderer": "15.3.2"
},
"bugs": {
"url": "https://github.com/dwqs/react-native-image-viewer/issues"
},
"homepage": "https://github.com/dwqs/react-native-image-viewer#readme"
}