{
  "name": "yaml-to-json",
  "version": "0.3.0",
  "description": "Convert YAML into JSON. Supports YAML frontmatter, YAML multidocs and other mixed text-and-yaml documents. Can process Textile, Markdown and AsciiDoc strings. Works on the command-line and in node.js.",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "bin": {
    "yaml2json": "bin/yaml2json"
  },
  "keywords": [
    "yaml",
    "json",
    "multidoc",
    "frontmatter",
    "mixed"
  ],
  "author": {
    "name": "Stijn Debrouwere",
    "email": "stijn@debrouwere.org", 
    "url": "http://debrouwere.org"
  }, 
  "repository": {
    "type": "git",
    "url": "git://github.com/debrouwere/yaml-to-json.git"
  },
  "license": "ISC",
  "dependencies": {
    "asciidoctor.js": "^1.5.0",
    "async": "^0.9.0",
    "commander": "2.1.x",
    "findit": "^2.0.0",
    "graceful-fs": "^3.0.2",
    "js-yaml": "^3.2.2",
    "markdown": "^0.5.0",
    "mkdirp": "^0.5.0",
    "textile-js": "^0.1.8",
    "underscore": "^1.7.0",
    "underscore.string": "^2.3.3"
  },
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "mocha": "^1.21.4",
    "should": "^4.0.4"
  }
}
