{
  "name": "@passmarked/css",
  "version": "1.0.7",
  "description": "Rules related to checking the compatability of the CSS on the page ensuring the stylesheet works on older browsers too",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=testing mocha"
  },
  "author": "Passmarked <devops@passmarked.com>",
  "repository": {
    "type": "git",
    "url": "git@github.com:passmarked/css.git"
  },
  "keywords": [
    "css",
    "passmarked",
    "passmark",
    "security",
    "standards",
    "test",
    "suite",
    "yslow",
    "pagespeed",
    "lint",
    "validate",
    "best",
    "practice"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "async": "^2.4.1",
    "blocked": "^1.2.1",
    "cheerio": "^0.22.0",
    "cssbeautify": "^0.3.1",
    "csslint": "^1.0.5",
    "js-beautify": "^1.6.14",
    "node-uuid": "^1.4.8",
    "request": "^2.81.0",
    "passmarked": "*",
    "string": "^3.3.3",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffeelint": "^1.16.0",
    "mocha": "^3.4.1",
    "sinon": "^2.3.1",
    "sinon-chai": "^2.10.0"
  }
}
