UNPKG

write-yaml

Version:

Write YAML. Converts JSON to YAML writes it to the specified file.

67 lines (66 loc) 1.39 kB
{ "name": "write-yaml", "description": "Write YAML. Converts JSON to YAML writes it to the specified file.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/write-yaml", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", "Shinnosuke Watanabe <snnskwtnb@gmail.com> (https://shinnn.github.io)" ], "repository": "jonschlinkert/write-yaml", "bugs": { "url": "https://github.com/jonschlinkert/write-yaml/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "extend-shallow": "^2.0.1", "js-yaml": "^3.8.3", "write": "^0.3.3" }, "devDependencies": { "gulp-format-md": "^0.1.12", "mocha": "^3.2.0", "read-yaml": "^1.1.0", "should": "^11.2.1" }, "keywords": [ "data", "format", "json", "read", "write", "yaml" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "read-data", "read-yaml", "write-data", "write-json" ] }, "lint": { "reflinks": true } } }