@wireapp/cryptobox
Version:
High-level API with persistent storage for Proteus.
36 lines (35 loc) • 607 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"
]
}