grunt-phpunit-dplus
Version:
Grunt plugin for running phpunit.
26 lines (25 loc) • 512 B
JSON
{
"name": "grunt-phpunit-dplus",
"description": "Grunt plugin for running phpunit.",
"author": "Michael Büttner <michbuett@gmx.de>",
"repository": {
"type": "git",
"url": "git://github.com/michbuett/grunt-phpunit.git"
},
"version": "0.4.0",
"main": "Gruntfile.js",
"engines": {
"node": "0.10.x"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin",
"phpunit"
]
}