{
  "name": "scrutinize",
  "description": "Scrutinize a url by analyzing CSS, HTML, accessibility, images, pagespeed, etc.",
  "author": "John Otander",
  "version": "1.3.4",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnotander/scrutinize.git"
  },
  "keywords": [
    "scrutinize",
    "css",
    "html",
    "page-speed",
    "images",
    "a11y",
    "accessibility"
  ],
  "preferGlobal": true,
  "bin": {
    "scrutinize": "./bin/scrutinize"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnotander/scrutinize/issues"
  },
  "homepage": "https://github.com/johnotander/scrutinize",
  "dependencies": {
    "a11y": "^0.3.0",
    "chalk": "^1.0.0",
    "commander": "^2.7.1",
    "cssstats": "johnotander/css-statistics",
    "dom-stats": "^0.1.0",
    "get-css": "^1.0.1",
    "has-pseudo-class": "0.0.1",
    "has-pseudo-element": "0.0.1",
    "humanize-url": "^1.0.1",
    "is-blank": "0.0.1",
    "is-present": "0.0.1",
    "is-vendor-prefixed": "0.0.1",
    "normalize-url": "^1.2.0",
    "pretty-bytes": "^1.0.4",
    "psi": "^1.0.6",
    "q": "^1.2.0",
    "tmi": "^1.0.2"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
