Skip to content

Commit a486c24

Browse files
committed
- Added to bower package manager
1 parent f532425 commit a486c24

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

bower.json

+36
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)