gulp-php-cs-fixer
Version:
PHP Coding Standards Fixer for Gulp
29 lines (28 loc) • 655 B
JSON
{
"name": "gulp-php-cs-fixer",
"version": "0.1.0",
"description": "PHP Coding Standards Fixer for Gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/clarkeash/gulp-php-cs-fixer"
},
"keywords": [
"gulp",
"php",
"code",
"standards"
],
"author": "Ashley Clarke <me@ashleyclarke.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clarkeash/gulp-php-cs-fixer/issues"
},
"homepage": "https://github.com/clarkeash/gulp-php-cs-fixer",
"dependencies": {
"gulp-util": "^3.0.4"
}
}