We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f532425 commit a486c24Copy full SHA for a486c24
bower.json
@@ -0,0 +1,36 @@
1
+{
2
+ "name": "multiscroll.js",
3
+ "version": "2.0.5",
4
+ "homepage": "http://alvarotrigo.com/multiScroll/",
5
+ "authors": [
6
+ "Alvaro Trigo https://github.com/alvarotrigo"
7
+ ],
8
+ "description": "Create beautiful fullscreen scrolling websites",
9
+ "main": [
10
+ "jquery.multiscroll.js",
11
+ "jquery.multiscroll.css"
12
13
+ "keywords": [
14
+ "jquery",
15
+ "scrolling",
16
+ "multiscroll",
17
+ "split",
18
+ "divided",
19
+ "panels",
20
+ "layouts",
21
+ "multi-scroll",
22
+ "split page"
23
24
+ "license": "MIT",
25
+ "ignore": [
26
+ "**/.*",
27
+ "node_modules",
28
+ "bower_components",
29
+ "test",
30
+ "tests"
31
32
+ "dependencies": {
33
+ "jQuery": "latest",
34
+ "jquery.ui": "latest"
35
+ }
36
+}
0 commit comments