UNPKG

gulp-todoist

Version:

Outputs a report with total of TODOs and FIXMEs in your file/s.

43 lines (42 loc) 838 B
{ "name": "gulp-todoist", "version": "0.0.2", "description": "Outputs a report with total of TODOs and FIXMEs in your file/s.", "license": "MIT", "repository": "oitozero/gulp-todoist", "author": { "name": "Pedro Sampaio", "email": "pedro@oitozero.com", "url": "https://github.com/oitozero" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "gulp", "gulp-todo", "todo", "fixme", "leasot" ], "dependencies": { "gulp-util": "^3.0.1", "leasot": "^1.0.0", "lodash.countby": "^3.0.0", "lodash.defaults": "^3.0.0", "lodash.omit": "^3.0.0", "lodash.padright": "^3.0.0", "through2": "^0.6.3" }, "devDependencies": { "gulp": "^3.8.11", "mocha": "*" } }