UNPKG

960 BJSONView Raw
1{
2 "name": "velocity-animate",
3 "version": "1.0.1",
4 "description": "Accelerated JavaScript animation.",
5 "keywords": [
6 "velocity",
7 "animation",
8 "jquery",
9 "animate",
10 "ui",
11 "velocity.js",
12 "velocityjs",
13 "javascript"
14 ],
15 "homepage": "http://velocityjs.org",
16 "bugs": {
17 "url": "http://github.com/julianshapiro/velocity/issues"
18 },
19 "license": "MIT",
20 "authors": [
21 {
22 "name": "Julian Shapiro",
23 "url": "http://julian.com/"
24 }
25 ],
26 "main": "velocity.js",
27 "repository": "julianshapiro/velocity",
28 "files": [
29 "velocity.js",
30 "velocity.min.js",
31 "velocity.ui.js",
32 "velocity.ui.min.js"
33 ],
34 "dependencies": {
35 "jquery": ">= 1.4.3"
36 },
37 "devDependencies": {
38 "grunt": "^0.4.4",
39 "grunt-contrib-concat": "~0.4.0",
40 "grunt-contrib-jshint": "~0.6.3",
41 "grunt-contrib-nodeunit": "~0.2.0",
42 "grunt-contrib-requirejs": "~0.4.4",
43 "grunt-contrib-uglify": "~0.2.2"
44 }
45}