{
    "name":        "gemstone-linter-html",
    "homepage":    "http://github.com/gemstonejs/gemstone-linter-html",
    "description": "Linter for HTML files in Gemstone JavaScript Technology Stack",
    "version":     "0.9.35",
    "license":     "Apache-2.0",
    "author": {
        "name":    "Gemstone Project",
        "url":     "http://gemstonejs.com"
    },
    "keywords": [
        "gemstone", "linter", "html"
    ],
    "repository": {
        "type": "git",
        "url":  "git://github.com/gemstonejs/gemstone-linter-html.git"
    },
    "bugs": {
        "url":  "http://github.com/gemstonejs/gemstone-linter-html/issues"
    },
    "devDependencies": {
        "eslint":                         "6.8.0",
        "eslint-config-standard":         "14.1.0",
        "eslint-plugin-standard":         "4.0.1",
        "eslint-plugin-promise":          "4.2.1",
        "eslint-plugin-import":           "2.19.1",
        "eslint-plugin-node":             "10.0.0",
        "babel-eslint":                   "10.0.3"
    },
    "dependencies" : {
        "mz":                             "2.7.0",
        "htmlhint":                       "0.11.0",
        "gemstone-config-htmlhint":       "0.9.32"
    },
    "engines": {
        "node":                           ">=8.0.0"
    },
    "scripts": {
        "prepublishOnly": "eslint --config eslint.yaml gemstone-linter-html.js"
    },
    "main": "./gemstone-linter-html.js"
}

