pouchdb-crypto
Version:
encrypted pouchdb/couchdb database
43 lines (42 loc) • 996 B
JSON
{
"name": "pouchdb-crypto",
"version": "1.0.4",
"description": "encrypted pouchdb/couchdb database",
"main": "index.js",
"scripts": {
"test": "node test.js | tspec",
"build": "browserify ./ > bundle.js",
"min": "browserify ./ | uglifyjs -mc > bundle.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mantranit/crypto-pouch.git"
},
"keywords": [
"pouchdb",
"couchdb",
"encrypted"
],
"author": "Man Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/mantranit/crypto-pouch/issues"
},
"homepage": "https://www.mantran.net",
"dependencies": {
"chacha": "^2.1.0",
"native-crypto": "^1.5.2",
"pouchdb-promise": "^6.1.0",
"randombytes": "^2.0.3",
"transform-pouch": "^1.1.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"memdown": "^1.0.0",
"pouchdb": "^6.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"uglify-js": "^2.6.2"
}
}