UNPKG

logfile-grunt

Version:

Simple text file logging for Grunt and task output.

56 lines (55 loc) 1.27 kB
{ "name": "logfile-grunt", "version": "0.4.0", "description": "Simple text file logging for Grunt and task output.", "homepage": "https://github.com/brutaldev/logfile-grunt", "bugs": "https://github.com/brutaldev/logfile-grunt/issues", "author": { "name": "Werner van Deventer", "email": "werner@brutaldev.com", "url": "https://brutaldev.com" }, "keywords": [ "grunt", "log", "file", "logfile", "logging", "logger", "logfile-grunt" ], "files": [ "logfile-grunt.js" ], "main": "logfile-grunt.js", "engines": { "node": ">= 0.10.0" }, "repository": { "type": "git", "url": "git://github.com/brutaldev/logfile-grunt.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/brutaldev/logfile-grunt/blob/master/LICENSE" } ], "dependencies": { "hooker": "~0.2.3" }, "devDependencies": { "grunt": "~0.4.5", "grunt-concurrent": "^1.0.0", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-nodeunit": "~0.4.1", "jshint-stylish": "1.0.0" }, "peerDependencies": { "grunt": ">=0.4.0" }, "scripts": { "test": "grunt test" } }