{
  "_args": [
    [
      "css-lint@^1.0.1",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "css-lint@>=1.0.1 <2.0.0",
  "_id": "css-lint@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/css-lint",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "email": "gk@anuary.com",
    "name": "gajus"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "css-lint",
    "raw": "css-lint@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/css-lint/-/css-lint-1.0.1.tgz",
  "_shasum": "dee6c52308aa48e4c5be80e7e1e7280bec96acae",
  "_shrinkwrap": null,
  "_spec": "css-lint@^1.0.1",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "name": "Sam Richard"
  },
  "bin": {
    "sass-lint": "./bin/sass-lint.js"
  },
  "bugs": {
    "url": "https://github.com/sasstools/sass-lint/issues"
  },
  "dependencies": {
    "commander": "^2.8.1",
    "eslint": "^1.1.0",
    "fs-extra": "^0.24.0",
    "glob": "^5.0.15",
    "gonzales-pe": "3.0.0-31",
    "js-yaml": "^3.2.6",
    "lodash.capitalize": "^3.0.0",
    "lodash.clone": "^3.0.3",
    "lodash.kebabcase": "^3.0.1",
    "lodash.sortby": "^3.1.5",
    "merge": "^1.2.0",
    "util": "^0.10.3"
  },
  "description": "All Node Sass linter!",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "deep-equal": "^1.0.1",
    "istanbul": "^0.4.0",
    "mocha": "^2.2.5",
    "should": "^7.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "dee6c52308aa48e4c5be80e7e1e7280bec96acae",
    "tarball": "http://registry.npmjs.org/css-lint/-/css-lint-1.0.1.tgz"
  },
  "gitHead": "f1bd5314aed82ae3cadfc39a0d183428cfb98d94",
  "homepage": "https://github.com/sasstools/sass-lint",
  "keywords": [
    "CSS",
    "SCSS",
    "Sass",
    "lint"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "gajus",
      "email": "gk@anuary.com"
    }
  ],
  "name": "css-lint",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gajus/css-lint.git"
  },
  "scripts": {
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "pretest": "eslint .",
    "preversion": "npm test",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec tests tests/rules"
  },
  "version": "1.0.1"
}
