48 lines
1.3 KiB
JSON
Raw Normal View History

2015-03-01 22:04:35 -05:00
{
"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/"
}
},
"prefer-stable": true,
"require": {
"php": ">=5.3.6",
2015-03-01 22:33:15 -05:00
"pattern-lab/core": "~0.5",
"pattern-lab/patternengine-twig": "~0.5",
"pattern-lab/styleguidekit-twig-default": "~0.5"
2015-03-01 22:04:35 -05:00
},
"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"
]
}
}