2015-06-26 08:53:49 -07:00
|
|
|
{
|
|
|
|
"name": "velocity",
|
2015-09-26 07:51:26 -07:00
|
|
|
"version": "1.2.3",
|
2015-06-26 08:53:49 -07:00
|
|
|
"homepage": "http://velocityjs.org",
|
|
|
|
"authors": [
|
|
|
|
{ "name" : "Julian Shapiro",
|
|
|
|
"homepage" : "http://julian.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": "*"
|
|
|
|
},
|
|
|
|
"repository" :
|
2015-09-26 07:51:26 -07:00
|
|
|
{
|
2015-06-26 08:53:49 -07:00
|
|
|
"type" : "git",
|
|
|
|
"url" : "http://github.com/julianshapiro/velocity.git"
|
|
|
|
}
|
|
|
|
}
|