UNPKG

react-native-image-compressor

Version:

A native image resizing & compression tool for iOS & Android.

43 lines (42 loc) 1.01 kB
{ "name": "react-native-image-compressor", "title": "React Native Image Compressor", "version": "0.0.2", "description": "A native image resizing & compression tool for iOS & Android.", "main": "ImageCompressor.js", "types": "ImageCompressor.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.sbwl.com/frontlib/react-native-image-compressor.git", "baseUrl": "https://gitlab.sbwl.com/frontlib/react-native-image-compressor" }, "keywords": [ "react-native", "ios", "android", "image", "compression", "resize", "picture", "photo", "jpeg", "png" ], "author": { "name": "compressor" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8", "react-native": ">=0.59 <1.0" }, "devDependencies": { "react": "^16.8.3", "react-native": "^0.59.10" } }