mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-28 06:09:01 +10:00
49 lines
979 B
JSON
49 lines
979 B
JSON
{
|
|
"name": "velocity",
|
|
"version": "1.1.0",
|
|
"homepage": "http://velocityjs.org",
|
|
"author": {
|
|
"name": "Julian Shapiro",
|
|
"homepage": "http://julian.com/"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Julian Shapiro",
|
|
"homepage": "http://julian.com/"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/julianshapiro/velocity.git",
|
|
"basePath": "/",
|
|
"files": [
|
|
"velocity.js",
|
|
"velocity.min.js",
|
|
"velocity.ui.js",
|
|
"velocity.ui.min.js"
|
|
]
|
|
},
|
|
"description": "Accelerated JavaScript animation.",
|
|
"main": "velocity.min.js",
|
|
"filename": "velocity.min.js",
|
|
"keywords": [
|
|
"animation",
|
|
"jquery",
|
|
"animate",
|
|
"lightweight",
|
|
"smooth",
|
|
"ui",
|
|
"velocity.js",
|
|
"velocityjs",
|
|
"javascript"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": "jquery/jquery"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/julianshapiro/velocity.git"
|
|
}
|
|
}
|