Last active
December 21, 2017 02:47
-
-
Save DazWilkin/c84d4b0dd2d55fac3f13706e3f86bf4c to your computer and use it in GitHub Desktop.
Google Cloud Storage “Downsizer”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "gcs-downsizer", | |
"version": "0.0.1", | |
"description": "Downsize image files to thumbnails stored to GCS", | |
"scripts": { | |
"start": "node index.js" | |
}, | |
"author": "Your Name <[email protected]>", | |
"dependencies": { | |
"@google-cloud/storage": "1.5.1", | |
"fast-crc32c": "1.0.4", | |
"imagemagick-stream": "4.1.1" | |
}, | |
"devDependencies": {}, | |
"engines": { | |
"node": ">=4.3.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment