UNPKG

@pegakit/pegakit

Version:

The living styleguide, pattern library, UI ToolKit, and front-end build tools that power Pega's digital web properties.

108 lines (107 loc) 3.75 kB
{ "name": "pattern-lab/edition-drupal-standard", "description": "Standard Edition of Pattern Lab for Drupal.", "keywords": ["pattern lab", "drupal"], "homepage": "http://patternlab.io", "license": "GPL-2.0+", "type": "drupal-theme", "vendor": "pega", "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com", "homepage": "http://dmolsen.com", "role": "Lead Developer" }, { "name": "Evan Lovely", "homepage": "http://evanlovely.com", "role": "Developer" } ], "config": { "secure-http": false }, "support": { "issues": "https://github.com/pattern-lab/edition-drupal-standard/issues", "wiki": "http://patternlab.io/docs/", "source": "https://github.com/pattern-lab/edition-drupal-standard/releases" }, "autoload": { "psr-0": { "PatternLab": "core/src/" } }, "minimum-stability": "dev", "repositories": [ { "type": "vcs", "url": "git@github.com:pega-digital/patternengine-php-twig.git" }, { "type": "vcs", "url": "git@github.com:pega-digital/patternlab-php-twig-extensions.git" }, { "type": "vcs", "url": "git@github.com:rocketeerbkw/patternlab-php-core.git" } ], "require": { "php": ">=5.6 || ^7.0", "pattern-lab/core": "dev-patch-2 as dev-dev", "pattern-lab/patternengine-twig": "dev-dev", "pattern-lab/styleguidekit-twig-default": "^3.0.0", "pattern-lab/drupal-twig-components": "^2.0.0", "pattern-lab/styleguidekit-assets-default": "^3.3.1", "ksubileau/color-thief-php": "^1.3", "phpfastcache/phpfastcache": "^5.0", "pattern-lab/plugin-twig-extensions": "dev-develop", "mexitek/phpcolors": "^0.4", "pattern-lab/plugin-data-inheritance": "dev-dev as 1.0", "pattern-lab/plugin-faker": "dev-dev", "gregwar/image": "*" }, "scripts": { "server": "php core/console --server", "generate": "php core/console --generate", "watch": "php core/console --watch", "start": "php core/console --server --quiet & php core/console --watch", "post-install-cmd": [ "PatternLab\\Installer::postInstallCmd" ], "post-update-cmd": [ "PatternLab\\Installer::postUpdateCmd" ], "post-root-package-install": [ "PatternLab\\Installer::setProjectInstall", "PatternLab\\Installer::getSuggestedStarterKits", "PatternLab\\Installer::getConfigOverrides" ], "post-package-install": [ "PatternLab\\Installer::postPackageInstall" ], "post-package-update": [ "PatternLab\\Installer::postPackageUpdate" ], "pre-package-uninstall": [ "PatternLab\\Installer::prePackageUninstall" ] }, "extra": { "patternlab": { "starterKitSuggestions": [ "pattern-lab/starterkit-twig-drupal-minimal", "pattern-lab/starterkit-twig-demo", "aleksip/starterkit-shila-drupal-theme", "forumone/starterkit-twig-drupal-gesso" ], "config": { "lineageMatch": "{%([ ]+)?(?:extends|include|embed)( |\\()["\\']([A-Za-z0-9-_]+)["\\'](\\))?(.*)%}", "ishMinimum": "240", "ishMaximum": "2600", "ishControlsHide": ["hay"] } } } }