{
  "name": "lintint",
  "version": "0.0.8",
  "description": "Integrates linters to check javascript, html, css, less code",
  "main": "./lib/Cli.js",
  "bin": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/aotaduy/lintint.git"
  },
  "author": "Andres Otaduy (andreseninternet@hotmail.com)",
  "license": "MIT",
  "dependencies": {
    "cjson": "^0.3.0",
    "colors": "^1.0.3",
    "csslint": "^0.10.0",
    "eslint": "^0.21.1",
    "findit": "^2.0.0",
    "htmllint": "^0.2.4",
    "jscs": "^1.13.1",
    "jshint": "^2.7.0",
    "lazy": "^1.0.11",
    "less": "^2.5.0",
    "lintspelljs": "*",
    "minimist": "^1.1.1",
    "q": "^1.3.0"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "chai-as-promised": "^5.0.0",
    "sinon": "^1.14.1"
  }
}
