Files
wificode/public/jquery.storage.js/localstorage.jquery.json
Ivan Carlos de Almeida 3c42ca9668
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m11s
main beautify
2025-12-13 02:29:42 -03:00

31 lines
854 B
JSON

{
"name": "localstorage",
"title": "jQuery Localstorage",
"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"
}
}