-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 984 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 984 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
44
45
46
{
"name": "haslo",
"version": "0.2.2",
"description": "A console inquirer-based UI interface for pass (.password-store) 🤖 📟 🦖",
"main": "index.js",
"bin": {
"haslo": "bin/haslo"
},
"scripts": {
"test": "mocha",
"test-dbg": "mocha --inspect-brk"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregolsky/haslo.git"
},
"keywords": [
"pass",
"password-store",
"ui",
"console",
"terminal",
"haslo",
"passwords",
"keepass",
"lastpass",
"dashlane"
],
"author": "Grzegorz Lachowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregolsky/haslo/issues"
},
"homepage": "https://github.com/gregolsky/haslo#readme",
"dependencies": {
"clipboardy": "^2.3.0",
"glob": "^7.1.6",
"inquirer": "^7.1.0",
"inquirer-autocomplete-prompt": "^1.0.2"
},
"devDependencies": {
"mocha": "^7.2.0",
"rewire": "^5.0.0",
"sinon": "^9.0.2"
}
}