{ "name": "grunt-task-helper", "version": "0.3.10", "title": "grunt-task-helper", "description": "Help with handling the files (e.g. check changed files) before other tasks, or adding something (e.g. replace text).", "keywords": [ "gruntplugin", "filter", "exclude", "mtime", "file modification time", "changed file", "updated file", "file size", "replace text" ], "files": [ "tasks/*.js" ], "engines": { "node": ">= 0.8.0" }, "peerDependencies": { "grunt": ">=0.4.0" }, "homepage": "https://github.com/anseki/grunt-task-helper", "repository": { "type": "git", "url": "git://github.com/anseki/grunt-task-helper.git" }, "bugs": "https://github.com/anseki/grunt-task-helper/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }