1 2{ 3 "name": "js-yaml", 4 "main": "dist/js-yaml.js", 5 "homepage": "https://github.com/nodeca/js-yaml", 6 "authors": [ "Dervus Grim <[email protected]>", 7 "Vitaly Puzrin <[email protected]>", 8 "Aleksey V Zapparov <[email protected]>", 9 "Martin Grenfell <[email protected]>" ], 10 "description": "YAML 1.2 parser and serializer", 11 "keywords": ["yaml", "parser", "serializer", "pyyaml"], 12 "license": "MIT", 13 "ignore": [ 14 "**/.*", 15 "node_modules", 16 "benchmark", 17 "bower_components", 18 "test", 19 "Makefile", 20 "index*", 21 "package.json" 22 ] 23} 24 25