010912f10f9d55f0617316f37ba081115d8959cb
[platform/framework/web/crosswalk-tizen.git] /
1
2 {
3   "name": "js-yaml",
4   "main": "dist/js-yaml.js",
5   "homepage": "https://github.com/nodeca/js-yaml",
6   "authors": [ "Dervus Grim <dervus.grim@gmail.com>",
7                "Vitaly Puzrin <vitaly@rcdesign.ru>",
8                "Aleksey V Zapparov <ixti@member.fsf.org>",
9                "Martin Grenfell <martin.grenfell@gmail.com>" ],
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 }