scratch – Diff between revs 75 and 125

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 75 Rev 125
Line 1... Line 1...
1 { 1 {
2 "name": "yaml.js", 2 "name": "yaml.js",
3 "main": "dist/yaml.js", 3 "main": "dist/yaml.js",
4 "version": "0.2.3", 4 "version": "0.3.0",
5 "homepage": "https://github.com/jeremyfa/yaml.js", 5 "homepage": "https://github.com/jeremyfa/yaml.js",
6 "authors": [ 6 "authors": [
7 "Jeremy Faivre <contact@jeremyfa.com>" 7 "Jeremy Faivre <contact@jeremyfa.com>"
8 ], 8 ],
9 "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.", 9 "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",