{
    "name": "@sencha/ext-classic-theme-triton",
    "version": "8.0.0",
    "sencha": {
        "name": "theme-triton",
        "namespace": "Ext",
        "type": "theme",
        "extend": "theme-neptune",
        "framework": "ext",
        "toolkit": "classic",
        "requires": [
            "font-awesome",
            "font-ext"
        ],
        "creator": "Sencha",
        "summary": "Ext JS Triton Theme",
        "detailedDescription": "The Triton theme provides a flat simple look and feel, and uses font icons in place of background images.",
        "version": "8.0.0",
        "compatVersion": "8.0.0",
        "format": "1",
        "output": "${workspace.subpkg.prefix}/${package.name}",
        "local": true,
        "sass": {
            "namespace": "Ext",
            "etc": "${package.dir}/sass/etc/all.scss",
            "var": "${package.dir}/sass/var",
            "src": "${package.dir}/sass/src"
        },
        "classpath": "${package.dir}/src",
        "overrides": "${package.dir}/overrides",
        "slicer": {
            "js": [
                {
                    "path": "${package.dir}/sass/example/custom.js",
                    "isWidgetManifest": true
                }
            ]
        },
        "fashion": {
            "inliner": {
                "enable": false,
                "maxItemSize": 20000,
                "excludes": [
                    ".*\\.woff",
                    ".*\\.woff2",
                    ".*\\.ttf",
                    ".*\\.eot",
                    ".*\\.svg"
                ]
            }
        },
        "resource": {
            "paths": ""
        },
        "resources": [
            {
                "path": "${package.dir}/resources",
                "output": "shared"
            }
        ],
        "properties": {
            "skip.pkg": 1
        },
        "extTier": "pro"
    },
    "scripts": {
        "install": "node activate.js"
    },
    "license": "SEE LICENSE IN license.txt",
    "description": "Ext JS Triton Theme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/extjs/SDK.git"
    },
    "dependencies": {
        "@sencha/ext-classic-theme-neptune": "8.0.0"
    },
    "author": "Sencha, Inc.",
    "homepage": "https://www.sencha.com/products/extjs/",
    "bugs": "https://support.sencha.com/",
    "keywords": [
        "sencha",
        "extjs",
        "ext js",
        "ext-js",
        "ext"
    ]
}