scratch – Diff between revs 75 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 75 Rev 125
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.",
10 "keywords": [ 10 "keywords": [
11 "yaml" 11 "yaml"
12 ], 12 ],
13 "license": "MIT", 13 "license": "MIT",
14 "ignore": [ 14 "ignore": [
15 "**/.*", 15 "**/.*",
16 "node_modules", 16 "node_modules",
17 "bower_components" 17 "bower_components"
18 ] 18 ]
19 } 19 }
20   20