UNPKG

969 BJSONView Raw
1{
2 "name": "localforage",
3 "description": "Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.",
4 "repository": {
5 "url": "https://github.com/mozilla/localForage",
6 "license": "Apache 2.0",
7 "tests": "https://travis-ci.org/mozilla/localForage"
8 },
9 "participate": {
10 "home": "https://github.com/mozilla/localForage",
11 "docs": "http://mozilla.github.io/localForage",
12 "irc": "irc://irc.mozilla.org/#apps",
13 "irc-contacts": [
14 "tofumatt"
15 ]
16 },
17 "bugs": {
18 "list": "https://github.com/mozilla/localForage/issues",
19 "report": "https://github.com/mozilla/localForage/issues/new",
20 "goodfirstbug": "https://github.com/mozilla/localForage/labels/help%20wanted"
21
22 },
23 "keywords": [
24 "javascript",
25 "indexeddb",
26 "localstorage",
27 "offline",
28 "storage",
29 "websql"
30 ]
31}