UNPKG

gulp-phplint

Version:
48 lines (47 loc) 1.09 kB
{ "name": "gulp-phplint", "version": "0.9.0", "description": "PHPLint plugin for Gulp", "main": "index.js", "dependencies": { "chalk": "^2.4.1", "escape-string-regexp": "^1.0.5", "exit-code": "^1.0.2", "fancy-log": "^1.3.2", "gulp-notify": "^3.2.0", "lodash": "^4.17.10", "map-stream": "^0.0.7", "plugin-error": "^1.0.1", "through2": "^2.0.3" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^4.19.1", "mocha": "^5.2.0", "mocha-unfunk-reporter": "^0.4.0", "require-dir": "^1.0.0" }, "scripts": { "test": "mocha", "test-reporter": "mocha --reporter mocha-unfunk-reporter && npm run eslint", "eslint": "eslint \"./src/**/*.js\"" }, "repository": { "type": "git", "url": "git://github.com/mikeerickson/gulp-phplint" }, "keywords": [ "gulpplugin", "phplint", "php", "gulp" ], "author": "Mike Erickson <codedungeon@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mikeerickson/gulp-phplint/issues" }, "engines": { "node": ">=0.12.0" } }