UNPKG

dimensions

Version:

Get the width and height of any image on the Internet. Supports BMP, GIF, JPEG, PNG, PSD.

39 lines (38 loc) 843 B
{ "name": "dimensions", "version": "0.1.0", "description": "Get the width and height of any image on the Internet. Supports BMP, GIF, JPEG, PNG, PSD.", "main": "index.js", "scripts": { "test": "node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/zeke/dimensions" }, "keywords": [ "image", "dimensions", "bmp", "gif", "jpeg", "jpg", "png", "psd", "photoshop" ], "author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com/)", "license": "WTFPL", "bugs": { "url": "https://github.com/zeke/dimensions/issues" }, "homepage": "https://github.com/zeke/dimensions", "dependencies": { "image-size": "~0.2.1", "MD5": "~1.2.0", "wget": "0.0.1" }, "devDependencies": { "mocha": "~1.17.1" } }