mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 16:56:08 +10:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "store.js",
|
|
"filename": "store.min.js",
|
|
"keywords": [
|
|
"storage"
|
|
],
|
|
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
|
|
"version": "1.3.6",
|
|
"homepage": "https://github.com/marcuswestin/store.js",
|
|
"author": "Marcus Westin <narcvs@gmail.com> (http://marcuswest.in)",
|
|
"maintainers": [
|
|
{
|
|
"name": "Marcus Westin",
|
|
"email": "narcvs@gmail.com",
|
|
"web": "http://marcuswest.in"
|
|
}
|
|
],
|
|
"contributors": [
|
|
"Matt Pizzimenti <mjpizz+github@gmail.com> (http://mjpizz.com)",
|
|
"Long Ouyang (https://github.com/longouyang)",
|
|
"Paul Irish (http://paulirish.com)",
|
|
"Guillermo Rauch <rauchg@gmail.com> (https://github.com/guille)",
|
|
"whitmer (https://github.com/whitmer)",
|
|
"Steven Black <steveb@stevenblack.com> (https://github.com/StevenBlack)",
|
|
"Marcus Tucker <info@marcustucker.com> (https://github.com/MarcusJT)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/marcuswestin/store.js.git"
|
|
},
|
|
"bugs": "http://github.com/marcuswestin/store.js/issues",
|
|
"engines": {
|
|
"browser": "*",
|
|
"node": "*"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/marcuswestin/store.js/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "store",
|
|
"directories": {
|
|
"lib": "."
|
|
},
|
|
"files": [
|
|
""
|
|
]
|
|
}
|