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.8", 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.",
Line 14... Line 14...
14 "ignore": [ 14 "ignore": [
15 "**/.*", 15 "**/.*",
16 "node_modules", 16 "node_modules",
17 "bower_components" 17 "bower_components"
18 ], 18 ],
19 "_release": "0.2.8", 19 "_release": "0.3.0",
20 "_resolution": { 20 "_resolution": {
21 "type": "version", 21 "type": "version",
22 "tag": "v0.2.8", 22 "tag": "v0.3.0",
23 "commit": "97d39b6c2bf533d33538205a399638b63f6baa66" 23 "commit": "51a74dc0c39d78af7c64e12eafef2711f31abb27"
24 }, 24 },
25 "_source": "https://github.com/jeremyfa/yaml.js.git", 25 "_source": "https://github.com/jeremyfa/yaml.js.git",
26 "_target": "*", 26 "_target": "*",
27 "_originalSource": "yaml.js" 27 "_originalSource": "yaml.js"
28 } 28 }
29   29