scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 76  →  ?path2? @ 77
/bower_components/velocity/bower.json
@@ -0,0 +1,38 @@
{
"name": "velocity",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
"homepage" : "http://julian.com/"
},
{
"name": "Ryc O'Chet",
"url": "https://github.com/Rycochet"
}
],
"description": "Accelerated JavaScript animation.",
"main": [ "./velocity.js", "./velocity.ui.js"],
"keywords": [
"animation",
"jquery",
"animate",
"lightweight",
"smooth",
"ui",
"velocity.js",
"velocityjs",
"javascript"
],
"license": "MIT",
"ignore": [
"*.json",
"!/bower.json",
"LICENSE",
"*.md"
],
"repository" :
{
"type" : "git",
"url" : "http://github.com/julianshapiro/velocity.git"
}
}