UNPKG

1.53 kBJSONView Raw
1{
2 "name": "store",
3 "description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
4 "version": "1.3.11",
5 "homepage": "https://github.com/marcuswestin/store.js",
6 "author": "Marcus Westin <narcvs@gmail.com> (http://marcuswest.in)",
7 "contributors": [
8 "Matt Pizzimenti <mjpizz+github@gmail.com> (http://mjpizz.com)",
9 "Long Ouyang (https://github.com/longouyang)",
10 "Paul Irish (http://paulirish.com)",
11 "Guillermo Rauch <rauchg@gmail.com> (https://github.com/guille)",
12 "whitmer (https://github.com/whitmer)",
13 "Steven Black <steveb@stevenblack.com> (https://github.com/StevenBlack)",
14 "Marcus Tucker <info@marcustucker.com> (https://github.com/MarcusJT)",
15 "Leonid Bugaev <leonsbox@gmail.com> (https://github.com/buger)",
16 "Per Eckerdal <per.eckerdal@gmail.com> (https://github.com/pereckerdal)",
17 "Fredrik Blomqvist (https://github.com/blq)",
18 "Ryan Graham (https://github.com/rmg)"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/marcuswestin/store.js.git"
23 },
24 "bugs": {
25 "url": "http://github.com/marcuswestin/store.js/issues"
26 },
27 "engines": {
28 "browser": "*",
29 "node": "*"
30 },
31 "licenses": [
32 {
33 "type": "MIT",
34 "url": "https://raw.github.com/marcuswestin/store.js/master/store.js"
35 }
36 ],
37 "main": "store",
38 "directories": {
39 "lib": "."
40 },
41 "devDependencies": {
42 "uglify-js": "v1.3.4"
43 },
44 "files": [
45 ""
46 ]
47}