UNPKG

731 BJSONView Raw
1{
2 "name": "yamljs",
3 "version": "0.2.2",
4 "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
5 "keywords": [
6 "yaml",
7 "json",
8 "yaml2json",
9 "json2yaml"
10 ],
11 "author": "Jeremy Faivre <contact@jeremyfa.com>",
12 "main": "./lib/Yaml.js",
13 "dependencies": {
14 "argparse": "^0.1.15",
15 "glob": "^4.0.0",
16 "coffeeify": "^0.7.0",
17 "benchmark": "^1.0.0",
18 "jasmine-node": "^1.14.5"
19 },
20 "bin": {
21 "yaml2json": "./bin/yaml2json",
22 "json2yaml": "./bin/json2yaml"
23 },
24 "devDependencies": {},
25 "repository": {
26 "type": "git",
27 "url": "git://github.com/jeremyfa/yaml.js.git"
28 }
29}