{
  "name": "yaml-loader",
  "version": "0.5.0",
  "description": "YAML loader for webpack (converts YAML to JSON)",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/okonet/yaml-loader.git"
  },
  "keywords": [
    "yaml",
    "webpack",
    "loader",
    "json"
  ],
  "author": "Andrey Okonetchnikov <andrey@okonet.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okonet/yaml-loader/issues"
  },
  "homepage": "https://github.com/okonet/yaml-loader",
  "dependencies": {
    "js-yaml": "^3.5.2"
  }
}
