corrade-nucleus-nucleons – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 {
2 "name": "velocity",
3 "homepage": "http://velocityjs.org",
4 "authors": [
5 { "name" : "Julian Shapiro",
6 "homepage" : "http://julian.com/"
7 },
8 {
9 "name": "Ryc O'Chet",
10 "url": "https://github.com/Rycochet"
11 }
12 ],
13 "description": "Accelerated JavaScript animation.",
14 "main": [ "./velocity.js", "./velocity.ui.js"],
15 "keywords": [
16 "animation",
17 "jquery",
18 "animate",
19 "lightweight",
20 "smooth",
21 "ui",
22 "velocity.js",
23 "velocityjs",
24 "javascript"
25 ],
26 "license": "MIT",
27 "ignore": [
28 "*.json",
29 "!/bower.json",
30 "LICENSE",
31 "*.md"
32 ],
33 "repository" :
34 {
35 "type" : "git",
36 "url" : "http://github.com/julianshapiro/velocity.git"
37 }
38 }