diff options
-rw-r--r-- | jquery-once.jquery.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/jquery-once.jquery.json b/jquery-once.jquery.json new file mode 100644 index 0000000..a714e98 --- /dev/null +++ b/jquery-once.jquery.json @@ -0,0 +1,37 @@ +{ + "name": "jquery-once", + "title": "jQuery Once", + "description": "Filters out all elements that had the same filter applied on them before. It can be used to ensure that a function is only applied once to an element.", + "keywords": [ + "jquery", + "once" + ], + "version": "1.2.0", + "author": { + "name": "Konstantin Kafer", + "url": "http://kkaefer.com" + }, + "maintainers": [ + { + "name": "Rob Loach", + "email": "robloach@gmail.com", + "url": "http://robloach.net" + } + ], + "licenses": [ + { + "type": "GPL-2.0", + "url": "http://opensource.org/licenses/gpl-2.0.php" + }, + { + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + } + ], + "bugs": "https://github.com/RobLoach/jquery-once/issues", + "homepage": "https://github.com/RobLoach/jquery-once", + "download": "https://github.com/RobLoach/jquery-once/archive/master.zip", + "dependencies": { + "jquery": ">=1.5" + } +} |