mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
49 lines
1.5 KiB
JSON
49 lines
1.5 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.14",
|
|
"homepage": "https://github.com/marcuswestin/store.js",
|
|
"author": "Marcus Westin <narcvs@gmail.com> (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)",
|
|
"Leonid Bugaev <leonsbox@gmail.com> (https://github.com/buger)",
|
|
"Per Eckerdal <per.eckerdal@gmail.com> (https://github.com/pereckerdal)",
|
|
"Fredrik Blomqvist (https://github.com/blq)",
|
|
"Ryan Graham (https://github.com/rmg)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/marcuswestin/store.js.git"
|
|
},
|
|
"engines": {
|
|
"browser": "*",
|
|
"node": "*"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/marcuswestin/store.js/master/store.js"
|
|
}
|
|
],
|
|
"main": "store",
|
|
"directories": {
|
|
"lib": "."
|
|
},
|
|
"devDependencies": {
|
|
"uglify-js": "v1.3.4"
|
|
},
|
|
"files": [
|
|
""
|
|
]
|
|
}
|