-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 942 Bytes
/
package.json
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
44
45
{
"name": "gunsafe",
"version": "2.6.0",
"description": "A decentralized secure vault API built on Gun chain",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"bin": {
"gunsafe": "cli/gunsafe.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/draeder/gunsafe.git"
},
"keywords": [
"decentralized",
"password",
"vault",
"storage"
],
"author": "Daniel Raeder",
"license": "MIT",
"bugs": {
"url": "https://github.com/draeder/gunsafe/issues"
},
"homepage": "https://github.com/draeder/gunsafe#readme",
"dependencies": {
"browser-signature": "^1.0.4",
"btoa": "^1.2.1",
"carets": "^2.5.0",
"clipboardy": "^3.0.0",
"elliptic": "^6.5.4",
"gun": "^0.2020.1237",
"gunsafe": "^1.5.0",
"hardwareid": "^1.0.1"
},
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^4.3.6"
}
}