{
  "name": "bootlint",
  "version": "0.7.0",
  "description": "HTML linter for Bootstrap projects",
  "keywords": [
    "bootstrap",
    "checker",
    "correctness",
    "html",
    "lint",
    "linter",
    "validator",
    "validity"
  ],
  "homepage": "https://github.com/twbs/bootlint",
  "bugs": {
    "url": "https://github.com/twbs/bootlint/issues"
  },
  "author": {
    "name": "Chris Rebert",
    "email": "code@rebertia.com",
    "url": "http://chrisrebert.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twbs/bootlint.git"
  },
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "grunt-banner": "^0.2.3",
    "grunt-browserify": "^3.2.0",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-qunit": "^0.5.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^2.0.0",
    "grunt-exec": "^0.4.6",
    "grunt-jscs": "^0.8.1",
    "jquery": "~2.1.1",
    "jscoverage": "^0.5.9",
    "load-grunt-tasks": "^1.0.0",
    "nodeunit": "^0.9.0",
    "npm-shrinkwrap": "^4.0.0",
    "time-grunt": "^1.0.0"
  },
  "dependencies": {
    "body-parser": "^1.9.2",
    "chalk": "^0.5.1",
    "cheerio": "^0.18.0",
    "commander": "^2.5.0",
    "debug": "^2.1.0",
    "express": "^4.10.1",
    "glob": "^4.0.6",
    "morgan": "^1.4.1",
    "semver": "^4.1.0"
  },
  "main": "./src/bootlint.js",
  "bin": {
    "bootlint": "./src/cli.js"
  },
  "browser": {
    "cheerio": "jquery",
    "src/cli.js": false
  },
  "files": [
    "bin",
    "dist",
    "src",
    "app.js",
    "LICENSE"
  ],
  "scripts": {
    "test": "grunt test",
    "coveralls": "jscoverage src && BOOTLINT_COV=1 nodeunit --reporter=lcov test | coveralls",
    "start": "./bin/www"
  }
}
