{
    "name": "showonscroll",
    "version": "0.2.0",
    "description": "A client side module using jQuery to initially hide selected elements and then reveal them when scrolled over. Multiple different elements can be passed. Using CSS transitions that can be modified from the module's settings. Use with Browserify for client side.",
    "main": "index.js",
    "scripts": {
        "test": "echo 'Tests are handled in the browser - please go to test/index.html'"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lesz3k/showOnScroll.git"
    },
    "keywords": [
    "show",
    "reveal",
    "scroll",
    "jquery-plugin",
    "ecosystem:jquery"
  ],
    "author": "Leszek Kasperczyk <leszek.kasperczyk@gmail.com> (http://frontend-developer.com)",
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
  }
],
    "bugs": {
        "url": "https://github.com/lesz3k/showOnScroll/issues"
    },
    "homepage": "https://github.com/lesz3k/showOnScroll#readme",
    "devDependencies": {
        "chai": "^3.0.0",
        "jquery": "^2.1.4",
        "mocha": "^2.2.5",
        "requirejs": "^2.1.18"
    }
}