{
  "name"            : "js-yaml",
  "version"         : "1.0.2",
  "description"     : "YAML 1.1 Parser",
  "keywords"        : ["yaml", "parser", "pyyaml"],
  "homepage"        : "https://github.com/nodeca/js-yaml",

  "author"          : "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
  "contributors"    : [
                        {
                          "name"  : "Martin Grenfell",
                          "email" : "martin.grenfell@gmail.com>",
                          "url"   : "http://got-ravings.blogspot.com"
                        }
                      ],

  "bugs"            : { "url": "https://github.com/nodeca/js-yaml/issues" },
  "license"         : { "type": "MIT", "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE" },
  "repository"      : { "type": "git", "url": "git://github.com/nodeca/js-yaml.git" },

  "main"            : "./index.js",

  "bin"             : { "js-yaml": "bin/js-yaml.js" },
  "scripts"         : { "test": "make test" },

  "dependencies"    : { "argparse": "~ 0.1.3" },
  "devDependencies" : { "vows": "~ 0.6.0" },
  "engines"         : { "node": ">= 0.6.0" }
}
