UNPKG

grunt-console-clean

Version:

Plugin for grunt to clean up code from console object

52 lines 1.28 kB
{ "name": "grunt-console-clean", "version": "0.3.5", "description": "Plugin for grunt to clean up code from console object", "author": "Tomasz Czechowski", "scripts": { "test": "grunt" }, "gruository": { "type": "git", "url": "https://github.com/tomaszczechowski/grunt-console-clean.git" }, "bugs": { "url": "https://github.com/tomaszczechowski/grunt-console-clean/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/tomaszczechowski/grunt-console-clean/blob/master/LICENSE" } ], "keywords": [ "remove", "debugging", "remove logging", "remove console object", "remove window.console", "clean code console.log", "grunt console clean", "clean console grunt", "clean console.log object", "clean console.log", "grunt clean console.log", "console.log", "console", "clean", "log", "console.log clean", "console.log remove", "remove console.log" ], "devDependencies": { "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-nodeunit": "~1.0.0" }, "peerDependencies": { "grunt": ">=0.4.5" }, "license": "MIT", "homepage": "https://github.com/tomaszczechowski/grunt-console-clean" }