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