UNPKG

browser-image-size

Version:
40 lines (39 loc) 872 B
{ "name": "browser-image-size", "version": "1.1.0", "description": "Get image size in the browser", "main": "lib/index.js", "scripts": { "test": "zuul test/index.js" }, "repository": { "type": "git", "url": "git@github.com:cesarandreu/browser-image-size.git" }, "keywords": [ "browser", "browserify", "image", "size", "webpack" ], "author": { "name": "Cesar Andreu", "email": "cesarandreu@gmail.com", "url": "https://github.com/cesarandreu" }, "license": "MIT", "bugs": { "url": "https://github.com/cesarandreu/browser-image-size/issues" }, "homepage": "https://github.com/cesarandreu/browser-image-size", "devDependencies": { "browserify": "^9.0.8", "promise-polyfill": "^2.0.2", "tape": "^4.0.0", "zuul": "^2.1.1" }, "dependencies": { "object-url": "^1.0.0" } }