All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m11s
31 lines
854 B
JSON
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"
|
|
}
|
|
} |