File: extlib/Blapy/extlib/jquery.appear/package.json

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Jam Rules   extlib/Blapy/extlib/jquery.appear/package.json   Download  
File: extlib/Blapy/extlib/jquery.appear/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jam Rules
Match objects against a list of rules
Author: By
Last change:
Date: 2 years ago
Size: 906 bytes
 

Contents

Class file image Download
{ "name": "jquery.appear", "title": "jQuery Appear", "description": "It implements a custom 'appear'/'disappear' events which are fired when an element became visible/invisible in the browser view port.", "keywords": [ "event", "appear", "disappear" ], "version": "0.3.5", "author": { "name": "Andrey Sidorov", "email" : "takandar@gmail.com", "url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt" }, "main": "jquery.appear.js", "maintainers": [ { "name": "Andrey Sidorov", "email": "takandar@gmail.com" } ], "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "homepage": "https://github.com/morr/jquery.appear", "demo": "http://morr.github.com/appear.html", "issues": "https://github.com/morr/jquery.appear/issues", "dependencies": { "jquery": ">=1.5" } }