{
  "name": "gulp-aurelia-template-lint",
  "description": "gulp plugin to sanity check template html",
  "author": "Meirion Hughes <crakinshot@yahoo.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/MeirionHughes/gulp-aurelia-template-lint"
  },
  "license": "(Apache-2.0)",
  "version": "0.9.1",
  "keywords": [
    "template",
    "html",
    "lint",
    "sanity",
    "aurelia",
    "web-component"
  ],
  "dependencies": {
    "aurelia-template-lint": "0.9.x",
    "gulp": "3.x",
    "gulp-util": "3.x"
  },
  "scripts": {
    "test": "gulp test"
  },
  "devDependencies": {
    "gulp-jasmine": "^2.3.0"
  }
}
