grunt-php-cs-fixer-branch
Version:
Grunt plugin for running PHP Coding Standards Fixer in the modified files of the current branch
36 lines (35 loc) • 839 B
JSON
{
"name": "grunt-php-cs-fixer-branch",
"version": "1.0.1",
"description": "Grunt plugin for running PHP Coding Standards Fixer in the modified files of the current branch",
"main": "phpcsfixerbranch.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/iwiznia/grunt-php-cs-fixer-branch.git"
},
"keywords": [
"gruntplugin",
"php",
"phpcs",
"codingstandards"
],
"author": "Ionatan Wiznia",
"license": "ISC",
"contributors": [
"Florian Weber"
],
"bugs": {
"url": "https://github.com/iwiznia/grunt-php-cs-fixer-branch/issues"
},
"homepage": "https://github.com/iwiznia/grunt-php-cs-fixer-branch",
"dependencies": {
"async": "^1.4.2",
"underscore": "~1.13.2"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.9"
}
}