@jacobmarshall/kv
Version:
A super simple key value store backed by IndexedDB
36 lines (35 loc) • 793 B
JSON
{
"name": "@jacobmarshall/kv",
"version": "0.2.0",
"description": "A super simple key value store backed by IndexedDB",
"main": "lib/kv.js",
"typings": "typings.d.ts",
"scripts": {
"build": "uglifyjs kv.js --screw-ie8 -mc --output lib/kv.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobmarshall-pkg/kv.git"
},
"keywords": [
"idb",
"indexeddb",
"store",
"keyval",
"localstorage",
"storage",
"promise"
],
"author": "Jacob Marshall",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jacobmarshall-pkg/kv/issues"
},
"homepage": "https://github.com/jacobmarshall-pkg/kv#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"uglify-js": "^2.7.0"
}
}