scratch – Blame information for rev 125

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