-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}