-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
54 lines (54 loc) · 1.04 KB
/
bower.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
46
47
48
49
50
51
52
53
54
{
"name": "jquery.scrollable",
"version": "1.2.3",
"homepage": "https://github.com/hashchange/jquery.scrollable",
"authors": [
"Michael Heim <[email protected]>"
],
"description": "Scrolls elements or windows, cross-browser. Offers convenient, flexible options for animation.",
"main": "dist/jquery.scrollable.js",
"keywords": [
"javascript",
"jquery",
"jquery-plugin",
"scrolling",
"scrollable",
"scrollTo",
"scroll",
"scrollbar",
"animation",
"animated",
"cross-browser",
"viewport",
"window",
"container",
"overflow",
"dom",
"element"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public",
"reports",
"demo",
"lib-other",
"web-mocha",
"spec",
"src",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.7.0 <3.3",
"jquery.documentsize": "^1.2.3"
},
"devDependencies": {
"jquery-legacy": "jquery#^1"
}
}