{
  "name": "image-size",
  "version": "0.6.3",
  "description": "get dimensions of any image file",
  "main": "lib/index.js",
  "files": [
    "bin",
    "lib"
  ],
  "engines": {
    "node": ">=4.0"
  },
  "bin": {
    "image-size": "bin/image-size.js"
  },
  "scripts": {
    "pretest": "eslint lib specs",
    "test": "nyc mocha specs",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": "image-size/image-size",
  "keywords": [
    "image",
    "size",
    "dimensions",
    "resolution",
    "width",
    "height",
    "png",
    "jpeg",
    "bmp",
    "gif",
    "psd",
    "tiff",
    "webp",
    "svg",
    "icns",
    "ico",
    "cur"
  ],
  "author": "netroy <aditya@netroy.in> (http://netroy.in/)",
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "expect.js": "^0.3.1",
    "glob": "^7.1.1",
    "mocha": "^5.2.0",
    "nyc": "^11.9.0",
    "sinon": "^5.1.1"
  }
}