Permalink
| @@ -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" | ||
| } | ||
| } |