{
  "name": "calipers",
  "version": "2.0.1",
  "description": "The fastest Node.js library for measuring image and PDF dimensions.",
  "main": "lib/index.js",
  "scripts": {
    "test": "NODE_ENV=test istanbul cover _mocha -- test --recursive --timeout 15000",
    "enforce": "istanbul check-coverage --statement 100 --branch 100 --function 100 --lines 100",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/calipersjs/calipers.git"
  },
  "keywords": [
    "image",
    "size",
    "pdf",
    "png",
    "jpeg",
    "gif",
    "bmp",
    "svg",
    "webp"
  ],
  "author": "Marcus Gartner",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/calipersjs/calipers/issues"
  },
  "homepage": "https://github.com/calipersjs/calipers",
  "devDependencies": {
    "calipers-png": "2.x.x",
    "chai": "2.x.x",
    "chai-as-promised": "4.x.x",
    "coveralls": "2.x.x",
    "eslint": "1.x.x",
    "eslint-config-lob": "1.0.1",
    "istanbul": "0.x.x",
    "mocha": "2.x.x",
    "mocha-lcov-reporter": "0.x.x"
  },
  "dependencies": {
    "bluebird": "3.x.x"
  }
}
