{
  "author": "Luke Borloz",
  "name": "gulp-html-lint-wrapper",
  "version": "0.0.4",
  "description": "Gulp plugin for htmllint",
  "main": "index.js",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/lborloz/gulp-html-lint.git"
  },
  "bugs": {
    "url": "https://github.com/lborloz/gulp-html-lint/issues"
  },
  "scripts": {
    "start": "index.js",
    "test": "gulp lint test",
    "ci": "gulp ci",
    "coveralls": "cat build/test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "keywords": [
    "coditorium",
    "gulp",
    "htmllint",
    "html lint"
  ],
  "engines": {
    "node": ">=5.0.0"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "htmllint": "^0.6.0",
    "text-table": "^0.2.0",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "gulp-eslint": "^2.0.0",
    "gulp-if": "^2.0.0",
    "gulp-istanbul": "^0.10.4",
    "gulp-mocha": "^2.2.0",
    "gulp-sync": "^0.1.4",
    "gulp-util": "^3.0.7",
    "lodash": "^4.8.2",
    "minimist": "^1.2.0",
    "mocha-jenkins-reporter": "^0.2.2"
  }
}
