forked from julianshapiro/velocity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 875 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
{
"name": "velocity-animate",
"version": "1.3.1",
"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/"
},
{
"name": "Ryc O'Chet",
"url": "https://github.com/Rycochet"
}
],
"main": "velocity.js",
"repository": "julianshapiro/velocity",
"files": [
"velocity.js",
"velocity.min.js",
"velocity.ui.js",
"velocity.ui.min.js"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0"
}
}