forked from marcuswestin/store.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.07 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
{
"name": "store.js",
"description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood",
"version": "1.0.3",
"homepage": "http://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)"
],
"repository": {
"type": "git",
"url": "http://github.com/marcuswestin/store.js/"
},
"bugs": {
"web": "http://github.com/marcuswestin/store.js/issues"
},
"engines" : {
"browser" : "*"
},
"licenses" : [{
"type": "MIT",
"url": "http://github.com/marcuswestin/store.js/raw/master/LICENSE"
}],
"main": "store"
}