UNPKG

phplint

Version:

phplint is a wrapper around the native php linter that allows for parallel linting and integration with build systems like Grunt, Gulp and more!

50 lines (49 loc) 1.12 kB
{ "name": "phplint", "version": "2.0.5", "description": "phplint is a wrapper around the native php linter that allows for parallel linting and integration with build systems like Grunt, Gulp and more!", "main": "index.js", "author": { "name": "Wayne Ashley Berry", "email": "wayneashleyberry@gmail.com", "url": "https://github.com/wayneashleyberry" }, "bugs": { "url": "https://github.com/wayneashleyberry/phplint/issues" }, "repository": { "type": "git", "url": "git@github.com:wayneashleyberry/phplint.git" }, "license": "MIT", "engines": { "node": ">=4.0.0" }, "scripts": { "test": "mocha ./test/test.js", "format": "prettier --write '**/*.js'" }, "bin": { "phplint": "./cli.js" }, "keywords": [ "php", "lint", "phplint", "gulpplugin", "gulpfriendly", "gruntplugin", "gruntfriendly" ], "dependencies": { "async": "^2.6.0", "cache-swap": "^0.3.0", "globby": "^7.1.1" }, "devDependencies": { "bin-check": "^4.1.0", "chai": "^4.1.2", "mocha": "^7.2.0", "prettier": "^2.0.5" } }