mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
618 B
23 lines
618 B
|
|
{
|
|
"name": "js-yaml",
|
|
"main": "dist/js-yaml.js",
|
|
"homepage": "https://github.com/nodeca/js-yaml",
|
|
"authors": [ "Dervus Grim <dervus.grim@gmail.com>",
|
|
"Vitaly Puzrin <vitaly@rcdesign.ru>",
|
|
"Aleksey V Zapparov <ixti@member.fsf.org>",
|
|
"Martin Grenfell <martin.grenfell@gmail.com>" ],
|
|
"description": "YAML 1.2 parser and serializer",
|
|
"keywords": ["yaml", "parser", "serializer", "pyyaml"],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"benchmark",
|
|
"bower_components",
|
|
"test",
|
|
"Makefile",
|
|
"index*",
|
|
"package.json"
|
|
]
|
|
}
|
|
|