69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
|
|
{
|
||
|
|
"name": "pug-php/pug",
|
||
|
|
"replace": {
|
||
|
|
"kylekatarnls/jade-php": "self.version"
|
||
|
|
},
|
||
|
|
"description": "HAML-like template engine for PHP",
|
||
|
|
"keywords": ["pug", "jade", "minification", "template"],
|
||
|
|
"homepage": "https://github.com/pug-php/pug",
|
||
|
|
"type": "library",
|
||
|
|
"license": "MIT",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "kylekatarnls",
|
||
|
|
"homepage": "http://github.com/kylekatarnls",
|
||
|
|
"role": "Developer"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "pug-php/pug contributors",
|
||
|
|
"homepage": "https://github.com/pug-php/pug/graphs/contributors",
|
||
|
|
"role": "Contributor"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phug-php/phug renderer contributors",
|
||
|
|
"homepage": "https://github.com/phug-php/renderer/graphs/contributors",
|
||
|
|
"role": "Contributor"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phug-php/phug compiler contributors",
|
||
|
|
"homepage": "https://github.com/phug-php/compiler/graphs/contributors",
|
||
|
|
"role": "Contributor"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "pug-php/js-phpize contributors",
|
||
|
|
"homepage": "https://github.com/pug-php/js-phpize/graphs/contributors",
|
||
|
|
"role": "Contributor"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"prefer-stable": true,
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.5.0",
|
||
|
|
"js-phpize/js-phpize-phug": "^1.1 || ^2.0",
|
||
|
|
"nodejs-php-fallback/nodejs-php-fallback": "^1.3.1",
|
||
|
|
"phug/phug": "^1.6",
|
||
|
|
"phug/js-transformer-filter": "^1.0"
|
||
|
|
},
|
||
|
|
"extra": {
|
||
|
|
"npm": {
|
||
|
|
"pug-cli": "^1.0.0-alpha6"
|
||
|
|
},
|
||
|
|
"npm-confirm": {
|
||
|
|
"pug-cli": "It allows you to use the native JS pug engine instead of the default PHP one with the `pugjs` option set to `true`"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": ">=4.8.35 <9.0"
|
||
|
|
},
|
||
|
|
"bin": ["pug"],
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"": "./src"
|
||
|
|
},
|
||
|
|
"psr-0": {
|
||
|
|
"Pug\\": "src/",
|
||
|
|
"Jade\\": "src/"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|