30 lines
642 B
JSON
30 lines
642 B
JSON
{
|
|
"name": "js-phpize/js-phpize-phug",
|
|
"description": "Convert js-like syntax to standalone PHP code in Phug template.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Katarn",
|
|
"email": "kylekatarnls@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"js-phpize/js-phpize": "^2.8.3",
|
|
"phug/compiler": "^1.7.2",
|
|
"phug/formatter": "^1.7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=4.8.35 <6.0",
|
|
"codeclimate/php-test-reporter": "dev-master"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsPhpize": "src/"
|
|
}
|
|
}
|
|
}
|