UNPKG

grunt-phpmd

Version:

Grunt plugin for running PHP Mess Detector.

34 lines (33 loc) 696 B
{ "name": "grunt-phpmd", "version": "0.1.1", "description": "Grunt plugin for running PHP Mess Detector.", "main": "tasks/phpmd.js", "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "https://github.com/alappe/grunt-phpmd.git" }, "keywords": [ "gruntplugin", "phpmd", "mess-detection", "ci", "continous-integration" ], "author": "Andreas Lappe", "contributors": [{ "name": "James Cryer", "email": "chat@jamescryer.com", "url": "http://www.jamescryer.com/" }], "devDependencies": { "grunt": "~0.4.0" }, "license": "BSD", "bugs": { "url": "https://github.com/alappe/grunt-phpmd/issues" } }