UNPKG

1.02 kBJSONView Raw
1{
2 "name": "leasot",
3 "description": "Parse and output TODOs and FIXMEs from comments in your files",
4 "version": "3.2.1",
5 "author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
6 "bin": "./bin/leasot.js",
7 "dependencies": {
8 "chalk": "^1.1.1",
9 "commander": "^2.8.1",
10 "get-line-from-pos": "^1.0.0",
11 "get-stdin": "^5.0.0",
12 "glob": "^5.0.14",
13 "json2xml": "^0.1.2",
14 "lodash.compact": "^3.0.0",
15 "lodash.defaults": "^3.1.2",
16 "lodash.uniq": "^3.2.2",
17 "log-symbols": "^1.0.2",
18 "map-async": "^0.1.1",
19 "text-table": "^0.2.0"
20 },
21 "devDependencies": {
22 "mocha": "^2.3.3",
23 "should": "^7.1.0"
24 },
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "files": [
29 "index.js",
30 "lib",
31 "bin"
32 ],
33 "keywords": "fixme, todo, comments, list, parse, generator, ci, productivity, automation",
34 "license": "MIT",
35 "main": "index.js",
36 "preferGlobal": true,
37 "repository": "pgilad/leasot",
38 "scripts": {
39 "test": "mocha -R spec ./tests/*.js"
40 }
41}