@wireapp/cryptobox
Version:
High-level API with persistent storage for Proteus.
44 lines • 865 B
JSON
{
"name": "dexie",
"version": "2.0.1",
"homepage": "http://dexie.org",
"authors": [
"David Fahlander"
],
"description": "Minimalistic IndexedDB API with bullet proof transactions",
"main": "dist/dexie.js",
"moduleType": [
"amd",
"es6",
"node",
"globals"
],
"keywords": [
"indexeddb",
"browser",
"database"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"**/tmp/",
"addons/*/bower.json",
"addons/*/package.json",
"addons/*/test/",
"addons/*/tools/",
"samples/",
"*.njsproj",
"src",
"test",
"tools"
],
"_release": "2.0.1",
"_resolution": {
"type": "version",
"tag": "v2.0.1",
"commit": "9748fc83b6e12a892326b63b091f563e41683569"
},
"_source": "https://github.com/dfahlander/dexie.js.git",
"_target": "2.0.1",
"_originalSource": "dexie"
}