{
  "name": "js-yaml",
  "version": "1.0.3",
  "description": "YAML 1.1 Parser",
  "keywords": [
    "yaml",
    "parser",
    "pyyaml"
  ],
  "homepage": "https://github.com/nodeca/js-yaml",
  "author": {
    "name": "Aleksey V Zapparov",
    "email": "ixti@member.fsf.org",
    "url": "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"
  },
  "_id": "js-yaml@1.0.3",
  "dist": {
    "shasum": "ec619760ffc8ae501c3d62673d874e2b9f07422a",
    "tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-1.0.3.tgz"
  },
  "_npmVersion": "1.1.61",
  "_npmUser": {
    "name": "vitaly",
    "email": "vitaly@rcdesign.ru"
  },
  "maintainers": [
    {
      "name": "vitaly",
      "email": "vitaly@rcdesign.ru"
    }
  ],
  "directories": {},
  "_shasum": "ec619760ffc8ae501c3d62673d874e2b9f07422a",
  "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-1.0.3.tgz",
  "_from": "js-yaml@>=1.0.1 <1.1.0"
}
