63 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2015-03-01 22:04:35 -05:00
{
"name": "pattern-lab/edition-twig-standard",
2015-03-06 20:19:40 -05:00
"description": "Standard Edition of Pattern Lab for Twig. Installs all Twig-related assets except for a StarterKit.",
2015-03-01 22:04:35 -05:00
"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/"
}
},
"require": {
"php": ">=5.4",
2016-05-18 23:25:37 -04:00
"pattern-lab/core": "^2.0.0",
"pattern-lab/patternengine-twig": "^2.0.0",
"pattern-lab/styleguidekit-twig-default": "^3.0.0"
2015-03-01 22:04:35 -05:00
},
"scripts": {
2016-05-18 23:23:33 -04:00
"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"
2015-03-01 22:04:35 -05:00
],
"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-base",
"pattern-lab/starterkit-twig-demo"
]
}
2015-03-01 22:04:35 -05:00
}
}