{
    "name":        "gemstone-tool-frontend",
    "homepage":    "https://github.com/gemstonejs/gemstone-tool-frontend",
    "description": "Gemstone Tool plugin for Frontend Tools of Gemstone JavaScript Technology Stack",
    "version":     "0.9.87",
    "license":     "Apache-2.0",
    "author": {
        "name":    "Gemstone Project",
        "url":     "http://gemstonejs.com"
    },
    "keywords": [
        "gemstone", "tool", "plugin", "frontend",
        "gemstone-tool-plugin"
    ],
    "repository": {
        "type": "git",
        "url":  "https://github.com/gemstonejs/gemstone-tool-frontend.git"
    },
    "bugs": {
        "url":  "http://github.com/gemstonejs/gemstone-tool-frontend/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",
        "chalk":                            "3.0.0",
        "@babel/code-frame":                "7.5.5",
        "table":                            "5.4.6",
        "progress":                         "2.0.3",
        "chokidar":                         "3.3.1",
        "glob":                             "7.1.6",
        "glob-promise":                     "3.4.0",
        "beepbeep":                         "1.3.0",
        "node-notifier":                    "6.0.0",
        "webpack-cli":                      "3.3.10",
        "webpack":                          "4.41.4",
        "gemstone-config":                  "0.9.48",
        "gemstone-linter-js":               "0.9.35",
        "gemstone-linter-ts":               "0.9.38",
        "gemstone-linter-html":             "0.9.35",
        "gemstone-linter-css":              "0.9.42",
        "gemstone-linter-yaml":             "0.9.30",
        "gemstone-linter-json":             "0.9.29",
        "gemstone-config-webpack":          "0.9.86"
    },
    "peerDependencies": {
        "gemstone-tool":                    "0.9.46"
    },
    "engines": {
        "node":                             ">=8.0.0"
    },
    "scripts": {
        "prepublishOnly": "eslint --config eslint.yaml gemstone-tool-frontend.js"
    },
    "main": "gemstone-tool-frontend.js"
}
