Files
cdnjs/ajax/libs/velocity/package.json
T
2014-09-19 19:56:47 +08:00

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"
}
}