{
  "name": "remark-parse-yaml",
  "description": "Parses yaml blocks into structured data",
  "version": "0.0.3",
  "keywords": [
    "remark",
    "remark-plugin",
    "markdown",
    "gfm"
  ],
  "repository": "https://github.com/landakram/remark-parse-yaml",
  "license": "MIT",
  "author": {
    "name": "Mark Hudnall",
    "email": "me@markhudnall.com",
    "url": "https://markhudnall.com"
  },
  "scripts": {
    "test": "npm run babel && mocha --compilers js:babel-core/register test/index_test.js",
    "babel": "babel src --out-dir lib",
    "prepublish": "npm run babel"
  },
  "main": "lib/index.js",
  "dependencies": {
    "js-yaml": "^3.13.1",
    "unist-util-map": "^1.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-preset-env": "^1.6.0",
    "mocha": "^5.2.0",
    "rehype-stringify": "^3.0.0",
    "remark-parse": "^3.0.1",
    "remark-rehype": "^2.0.1",
    "remark-stringify": "^3.0.1",
    "unified": "^6.1.5",
    "unist-util-visit": "^1.1.3"
  }
}
