{
  "name": "color-contrast-checker",
  "version": "2.1.0",
  "description": "This is an accessibility validator based on WCAG 2.0 standard for checking the color contrast.",
  "main": "src/color-contrast-checker.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "lint": "eslint test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Qambar/color-contrast-checker.git"
  },
  "keywords": [
    "wcag",
    "wcag-aa",
    "color",
    "contrast",
    "verifier",
    "accessibility",
    "standard"
  ],
  "author": {
    "name": "Qambar Raza",
    "email": "qambar.raza@bbc.co.uk",
    "url": "http://www.bbc.co.uk"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Qambar/color-contrast-checker/issues"
  },
  "homepage": "https://github.com/Qambar/color-contrast-checker#readme",
  "gitHead": "45b65d45fc281ba90529183ff412299a7c1379d0",
  "_id": "color-contrast-checker@1.2.0",
  "_shasum": "a43bd41523775450e6f31ce38e64b44312157325",
  "_from": "color-contrast-checker@1.2.0",
  "_npmVersion": "2.13.1",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "qambar",
    "email": "qambar.raza@bbc.co.uk"
  },
  "dist": {
    "shasum": "a43bd41523775450e6f31ce38e64b44312157325",
    "tarball": "http://registry.npmjs.org/color-contrast-checker/-/color-contrast-checker-1.2.0.tgz"
  },
  "maintainers": [
    {
      "name": "qambar",
      "email": "qambar.raza@bbc.co.uk"
    }
  ],
  "_resolved": "http://registry.npmjs.org/color-contrast-checker/-/color-contrast-checker-1.2.0.tgz",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.12.1",
    "mocha": "^5.2.0"
  }
}
