UNPKG

grunt-verbosity

Version:
49 lines (48 loc) 1.06 kB
{ "name": "grunt-verbosity", "description": "Adjust verbosity for individual grunt tasks", "version": "1.0.1", "homepage": "https://github.com/ericclemmons/grunt-verbosity", "author": { "name": "Eric Clemmons", "email": "eric@smarterspam.com" }, "repository": { "type": "git", "url": "git://github.com/ericclemmons/grunt-verbosity.git" }, "bugs": { "url": "https://github.com/ericclemmons/grunt-verbosity/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ericclemmons/grunt-verbosity/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "./node_modules/.bin/grunt" }, "devDependencies": { "grunt": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0" }, "peerDependencies": { "grunt": ">=0.4.5" }, "keywords": [ "gruntplugin", "quiet", "log", "verbose", "verbosity", "mute", "output" ] }