UNPKG

grunt-phpcs

Version:

Grunt plugin for running PHP Code Sniffer.

36 lines (35 loc) 765 B
{ "name": "grunt-phpcs", "description": "Grunt plugin for running PHP Code Sniffer.", "homepage": "https://github.com/SaschaGalley/grunt-phpcs", "author": { "name": "Sascha Galley", "email": "me@xash.at", "url": "http://xash.at/" }, "repository": { "type": "git", "url": "git://github.com/SaschaGalley/grunt-phpcs.git" }, "contributors": [{ "name": "James Cryer", "email": "chat@jamescryer.com", "url": "http://www.jamescryer.com/" }], "version": "0.4.0", "main": "Gruntfile.js", "engines": { "node": "0.10.x" }, "scripts": { "test": "grunt" }, "devDependencies": { "grunt-contrib-jshint": "^0.11.0", "grunt": "^0.4.5" }, "keywords": [ "gruntplugin", "phpcs" ] }