leasot
Version:
Parse and output TODOs and FIXMEs from comments in your files
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "3.2.1",
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
"bin": "./bin/leasot.js",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.8.1",
"get-line-from-pos": "^1.0.0",
"get-stdin": "^5.0.0",
"glob": "^5.0.14",
"json2xml": "^0.1.2",
"lodash.compact": "^3.0.0",
"lodash.defaults": "^3.1.2",
"lodash.uniq": "^3.2.2",
"log-symbols": "^1.0.2",
"map-async": "^0.1.1",
"text-table": "^0.2.0"
},
"devDependencies": {
"mocha": "^2.3.3",
"should": "^7.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib",
"bin"
],
"keywords": "fixme, todo, comments, list, parse, generator, ci, productivity, automation",
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": "pgilad/leasot",
"scripts": {
"test": "mocha -R spec ./tests/*.js"
}
}