Skip to content

Commit

Permalink
- Added to bower package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed May 12, 2014
1 parent f532425 commit a486c24
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "multiscroll.js",
"version": "2.0.5",
"homepage": "http://alvarotrigo.com/multiScroll/",
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"description": "Create beautiful fullscreen scrolling websites",
"main": [
"jquery.multiscroll.js",
"jquery.multiscroll.css"
],
"keywords": [
"jquery",
"scrolling",
"multiscroll",
"split",
"divided",
"panels",
"layouts",
"multi-scroll",
"split page"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jQuery": "latest",
"jquery.ui": "latest"
}
}

0 comments on commit a486c24

Please sign in to comment.