{
  "name"            : "panino",
  "version"         : "2.2.6",
  "description"     : "API documentation generator with a strict grammar and testing tools",
  "keywords"        : [
                        "api", "doc", "apidoc", "documentation", "pdoc", "ndoc", "jsduck", "jsdoc"
                      ],
  "homepage"        : "https://github.com/gjtorikian/panino-docs",

  "author"          : "Garen J. Torikian <gjtorikian@gmail.com>",
  "contributors"   : [
                        "Vitaly Puzrin <vitaly@rcdesign.ru> (http://rcdesign.ru)",
                        "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
                        "Rene Saarsoo https://github.com/nene"
                      ],

  "bugs"            : { "url": "https://github.com/gjtorikian/panino/issues" },
  "license"         : { "type": "MIT", "url": "https://github.com/gjtorikian/panino-docs/blob/master/LICENSE" },
  "repository"      : { "type": "git", "url": "git://github.com/gjtorikian/panino-docs.git" },

  "main"            : "./lib/panino.js",
  "bin"             : { "panino": "./bin/panino" },
  "dependencies"    : {
                        "async"       : "",
                        "argparse"    : "0.1.10",
                        "minimatch"   : "",
                        "jade"        : "",
                        "namp"        : "",
                        "underscore"  : "",
                        "fs-tools"    : "",
                        "wrench"      : "",
                        "markdown_conrefs": "",
                        "functional-docs": "",
                        "esprima":    "",
                        "StringScanner": "",
                        "colors": "",
                        "function-extractor": "",
                        "mocha": ""
                      },
  "devDependencies" : { "jison": "~0.3.0" },

  "engines"         : { "node": ">= 0.6.0" },

  "preferGlobal"    : true
}
