diff options
author | Rob Loach <robloach@gmail.com> | 2013-03-22 19:08:25 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-03-22 19:08:25 -0400 |
commit | 2854e08289d56acaf7a26278dcdc789548edb434 (patch) | |
tree | cf5ae76bd708c410c8714a2a2141369d11275209 | |
parent | a2409b8789fcb5832d99a54d7c11c81ca9a29d1b (diff) | |
download | jquery-once-2854e08289d56acaf7a26278dcdc789548edb434.zip jquery-once-2854e08289d56acaf7a26278dcdc789548edb434.tar.gz jquery-once-2854e08289d56acaf7a26278dcdc789548edb434.tar.bz2 |
Add jQuery Manifest
-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" + } +} |