-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 945 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@trust/pouch-crypto",
"version": "0.0.2",
"description": "PouchDB Storage for JSON Web Documents",
"main": "src/index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anvilresearch/pouch-crypto.git"
},
"keywords": [
"CouchDB",
"PouchDB",
"Cryptography",
"JOSE",
"JWT",
"JWD",
"Offline",
"Realtime",
"Replication",
"Signature",
"Encryption"
],
"author": "MIT Connection Science",
"license": "MIT",
"bugs": {
"url": "https://github.com/anvilresearch/pouch-crypto/issues"
},
"homepage": "https://github.com/anvilresearch/pouch-crypto#readme",
"dependencies": {
"@trust/jose": "^0.3.1",
"pouchdb": "^6.2.0",
"pouchdb-find": "^6.2.0"
},
"devDependencies": {
"@trust/webcrypto": "^0.2.1",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"mocha": "^3.4.2"
}
}