{
  "name": "@passmarked/html",
  "version": "1.1.1",
  "description": "Rules related to checking the HTML compatibility of the page",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=testing mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:passmarked/html.git"
  },
  "author": "Passmarked <devops@passmarked.com>",
  "keywords": [
    "html",
    "passmarked",
    "passmark",
    "security",
    "standards",
    "test",
    "suite",
    "w3c",
    "applet",
    "silverlight",
    "flast",
    "html5"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "async": "^1.4.2",
    "cheerio": "^0.20.0",
    "request": "^2.58.0",
    "passmarked": "*",
    "underscore": "^1.8.3",
    "string": "^3.1.1"
  },
  "devDependencies": {
    "chai": "^2.1.0",
    "coffee-script": "^1.9.1",
    "coffeelint": "^1.9.2",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0"
  }
}
