2019-11-28 14:03:46 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-image-viewing",
|
2020-03-18 15:14:33 +00:00
|
|
|
"version": "0.1.8",
|
2019-11-28 14:03:46 +00:00
|
|
|
"description": "React Native modal component for viewing images as a sliding gallery",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jobtoday/react-native-image-viewing.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"react-native",
|
|
|
|
"image",
|
|
|
|
"gallery",
|
|
|
|
"image-gallery",
|
|
|
|
"image-viewer"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2020-02-04 18:42:18 +00:00
|
|
|
"build": "tsc",
|
|
|
|
"postversion": "yarn build"
|
2019-11-28 14:03:46 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": ">=16.11.0",
|
|
|
|
"react-native": ">=0.61.3"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"readme.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"author": "Anton Kalinin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jobtoday/react-native-image-viewing/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jobtoday/react-native-image-viewing#readme",
|
|
|
|
"devDependencies": {
|
2019-12-02 09:13:16 +00:00
|
|
|
"@babel/runtime": "7.7.4",
|
|
|
|
"@types/react": "16.9.13",
|
|
|
|
"@types/react-native": "0.60.23",
|
|
|
|
"react": "16.12.0",
|
|
|
|
"react-native": "0.61.5",
|
2019-11-28 14:03:46 +00:00
|
|
|
"typescript": "3.7.2"
|
|
|
|
}
|
|
|
|
}
|