main beautify
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m11s

This commit is contained in:
2025-12-13 02:29:42 -03:00
parent 26101af13a
commit 3c42ca9668
37 changed files with 3175 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "sessionstorage",
"title": "jQuery Sessionstorage",
"description": "The client-side storage for every browser, on any device.",
"keywords": [
"cookie",
"storage",
"localstorage",
"save",
"yckart",
"yannick",
"albert"
],
"version": "0.0.3",
"author": {
"name": "Yannick Albert",
"email": "mail@yckart.com",
"url": "https://github.com/yckart"
},
"licenses": [{
"type": "MIT",
"url": "http://yckart.com/mit/"
}],
"homepage": "http://yckart.github.com/jquery.storage.js",
"demo": "http://yckart.github.com/jquery.storage.js",
"docs": "https://github.com/yckart/jquery.storage.js",
"bugs": "https://github.com/yckart/jquery.storage.js/issues",
"dependencies": {
"jquery": ">=1.6.4"
}
}