forked from marcuswestin/store.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "store",
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"version": "1.3.4",
"homepage": "https://github.com/marcuswestin/store.js",
"author": "Marcus Westin <[email protected]> (http://marcuswest.in)",
"contributors": [
"Matt Pizzimenti <[email protected]> (http://mjpizz.com)",
"Long Ouyang (https://github.com/longouyang)",
"Paul Irish (http://paulirish.com)",
"Guillermo Rauch <[email protected]> (https://github.com/guille)",
"whitmer (https://github.com/whitmer)",
"Steven Black <[email protected]> (https://github.com/StevenBlack)",
"Marcus Tucker <[email protected]> (https://github.com/MarcusJT)",
"Leonid Bugaev <[email protected]> (https://github.com/buger)",
"Per Eckerdal <[email protected]> (https://github.com/pereckerdal)",
"Fredrik Blomqvist (https://github.com/blq)"
],
"repository": {
"type": "git",
"url": "git://github.com/marcuswestin/store.js.git"
},
"bugs": {
"url": "http://github.com/marcuswestin/store.js/issues"
},
"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.2.5"
},
"files": [
""
]
}