{ "name": "yml-loader", "version": "2.1.0", "description": "YAML loader for webpack", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/nkt/yml-loader.git" }, "keywords": [ "yaml", "json", "remove", "keys", "blacklist", "loader", "webpack", "webpack-loader" ], "author": "Nikita Gusakov ", "license": "MIT", "bugs": { "url": "https://github.com/nkt/yml-loader/issues" }, "homepage": "https://github.com/nkt/yml-loader#readme", "dependencies": { "js-yaml": "^3.8.3", "loader-utils": "^1.1.0" } }