{
  "name": "fixme",
  "description": "Scan for NOTE, OPTIMIZE, TODO, HACK, XXX, FIXME, and BUG comments within your source, and print them to stdout so you can deal with them.",
  "version": "0.7.0",
  "author": "John Postlethwait <john.postlethwait@gmail.com>",
  "website": "http://johnpostlethwait.github.io/fixme",
  "contributors": [],
  "keywords": [
    "notes",
    "hack",
    "todo",
    "fixme",
    "annotate",
    "optimize"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/JohnPostlethwait/fixme.git"
  },
  "main": "./index.js",
  "scripts": {
    "test": "node test/annotation_test.js"
  },
  "bin": {
    "fixme": "bin/cli"
  },
  "engines": {
    "node": ">= v0.10.26"
  },
  "license": "MIT",
  "dependencies": {
    "byline": "5.0.0",
    "chalk": "4.0.0",
    "event-stream": "4.0.1",
    "isbinaryfile": "4.0.6",
    "minimatch": "3.0.5",
    "minimist": "1.2.6",
    "readdirp": "3.4.0"
  },
  "devDependencies": {}
}
