{
  "name": "pygmentize-bundled",
  "version": "2.3.0",
  "description": "A simple wrapper around Python's Pygments code formatter, with Pygments bundled",
  "main": "index.js",
  "scripts": {
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/node-pygmentize-bundled.git"
  },
  "keywords": [
    "pygments",
    "pygmentize",
    "syntax",
    "highlight",
    "stream"
  ],
  "authors": [
    "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)",
    "Cyril Rohr @crohr (https://github.com/crohr)",
    "Ahmed Fasih (https://github.com/fasiha)",
    "Scott Walkinshaw (https://github.com/swalkinshaw)",
    "Chris Wren (https://github.com/ChrisWren)"
  ],
  "license": "MIT",
  "dependencies": {
    "bl": "~0.4.1",
    "through2": "~0.2.1"
  },
  "devDependencies": {
    "stream-equal": "~0.1.5",
    "tape": "~3.0.3"
  }
}
