UNPKG

1.03 kBJSONView Raw
1{
2 "name": "leasot",
3 "description": "Parse and output TODOs and FIXMEs from comments in your files",
4 "version": "5.2.0",
5 "author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
6 "bin": {
7 "leasot": "./bin/leasot.js",
8 "leasot-reporter": "./bin/leasot-reporter.js"
9 },
10 "dependencies": {
11 "async": "^2.1.2",
12 "chalk": "^2.3.0",
13 "commander": "^2.9.0",
14 "eol": "^0.9.1",
15 "get-stdin": "^5.0.1",
16 "globby": "^7.1.1",
17 "json2xml": "^0.1.2",
18 "lodash": "^4.16.4",
19 "log-symbols": "^2.1.0",
20 "strip-ansi": "^4.0.0",
21 "text-table": "^0.2.0"
22 },
23 "devDependencies": {
24 "mocha": "^4.0.1",
25 "should": "^13.1.3"
26 },
27 "engines": {
28 "node": ">=4.0.0"
29 },
30 "files": [
31 "index.js",
32 "lib",
33 "bin"
34 ],
35 "keywords": "fixme, todo, comments, list, parse, generator, ci, productivity, automation",
36 "license": "MIT",
37 "main": "index.js",
38 "preferGlobal": true,
39 "repository": "pgilad/leasot",
40 "scripts": {
41 "test": "mocha -R spec ./tests/*.js"
42 }
43}