scratch – Diff between revs 77 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 77 Rev 125
1 { 1 {
2 "name": "velocity", 2 "name": "velocity",
3 "homepage": "http://velocityjs.org", 3 "homepage": "http://velocityjs.org",
4 "authors": [ 4 "authors": [
5 { 5 {
6 "name": "Julian Shapiro", 6 "name": "Julian Shapiro",
7 "homepage": "http://julian.com/" 7 "homepage": "http://julian.com/"
8 }, 8 },
9 { 9 {
10 "name": "Ryc O'Chet", 10 "name": "Ryc O'Chet",
11 "url": "https://github.com/Rycochet" 11 "url": "https://github.com/Rycochet"
12 } 12 }
13 ], 13 ],
14 "description": "Accelerated JavaScript animation.", 14 "description": "Accelerated JavaScript animation.",
15 "main": [ 15 "main": [
16 "./velocity.js", 16 "./velocity.js",
17 "./velocity.ui.js" 17 "./velocity.ui.js"
18 ], 18 ],
19 "keywords": [ 19 "keywords": [
20 "animation", 20 "animation",
21 "jquery", 21 "jquery",
22 "animate", 22 "animate",
23 "lightweight", 23 "lightweight",
24 "smooth", 24 "smooth",
25 "ui", 25 "ui",
26 "velocity.js", 26 "velocity.js",
27 "velocityjs", 27 "velocityjs",
28 "javascript" 28 "javascript"
29 ], 29 ],
30 "license": "MIT", 30 "license": "MIT",
31 "ignore": [ 31 "ignore": [
32 "*.json", 32 "*.json",
33 "!/bower.json", 33 "!/bower.json",
34 "LICENSE", 34 "LICENSE",
35 "*.md" 35 "*.md"
36 ], 36 ],
37 "repository": { 37 "repository": {
38 "type": "git", 38 "type": "git",
39 "url": "http://github.com/julianshapiro/velocity.git" 39 "url": "http://github.com/julianshapiro/velocity.git"
40 }, 40 },
41 "version": "1.4.3", 41 "version": "1.5.0",
42 "_release": "1.4.3", 42 "_release": "1.5.0",
43 "_resolution": { 43 "_resolution": {
44 "type": "version", 44 "type": "version",
45 "tag": "1.4.3", 45 "tag": "1.5.0",
46 "commit": "8c3d003e0e893597c7f91528ad2cff732f249c57" 46 "commit": "526de70df9ba74c56b1a01338ac2fb541c5a7d27"
47 }, 47 },
48 "_source": "https://github.com/julianshapiro/velocity.git", 48 "_source": "https://github.com/julianshapiro/velocity.git",
49 "_target": "^1.4.3", 49 "_target": "^1.4.3",
50 "_originalSource": "velocity", 50 "_originalSource": "velocity"
51 "_direct": true -  
52 } 51 }
53   52  
54
Generated by GNU Enscript 1.6.5.90.
53
Generated by GNU Enscript 1.6.5.90.
55   54  
56   55  
57   56