medor
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

bower.json
application/json

Download raw (571 bytes)

{
  "name": "fullpage.js",
  "version": "1.7.5",
  "homepage": "http://alvarotrigo.com/fullPage/",
  "authors": [
    "Alvaro Trigo https://github.com/alvarotrigo"
  ],
  "description": "Create full screen pages fast and simple",
  "main": "jquery.fullPage.js",
  "keywords": [
    "jquery",
    "scrolling",
    "single_page"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
      "jquery.slimscroll": "latest",
      "jQuery": "latest",
      "jquery.ui": "latest"
    }
}