mirror of
https://github.com/pattern-lab/edition-php-twig-standard.git
synced 2025-01-17 04:28:14 +01:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "pattern-lab/edition-twig-standard",
|
||
|
"description": "The Twig-based Standard Edition of Pattern Lab. Installs all Twig-related assets except for a StarterKit.",
|
||
|
"keywords": ["pattern lab"],
|
||
|
"homepage": "http://patternlab.io",
|
||
|
"license": "MIT",
|
||
|
"type": "project",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Dave Olsen",
|
||
|
"email": "dmolsen@gmail.com",
|
||
|
"homepage": "http://dmolsen.com",
|
||
|
"role": "Lead Developer"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/pattern-lab/patternlab-php/issues",
|
||
|
"wiki": "http://patternlab.io/docs/",
|
||
|
"source": "https://github.com/pattern-lab/patternlab-php/releases"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"PatternLab": "core/src/"
|
||
|
}
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true,
|
||
|
"require": {
|
||
|
"php": ">=5.3.6",
|
||
|
"pattern-lab/core": "dev-dev",
|
||
|
"pattern-lab/patternengine-twig": "dev-dev",
|
||
|
"pattern-lab/styleguidekit-twig-default": "dev-dev"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"pre-install-cmd": [
|
||
|
"PatternLab\\Installer::preInstallCmd"
|
||
|
],
|
||
|
"post-package-install": [
|
||
|
"PatternLab\\Installer::postPackageInstall"
|
||
|
],
|
||
|
"post-package-update": [
|
||
|
"PatternLab\\Installer::postPackageUpdate"
|
||
|
],
|
||
|
"pre-package-uninstall": [
|
||
|
"PatternLab\\Installer::prePackageUninstall"
|
||
|
]
|
||
|
}
|
||
|
}
|