-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 978 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": "pearwords",
"version": "0.0.1",
"description": "Password Manager App",
"pear": {
"name": "pearwords",
"type": "desktop",
"gui": {
"backgroundColor": "#1b1d29",
"height": 808,
"width": 1220
}
},
"type": "module",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/pearwords.git"
},
"keywords": [
"password",
"manager"
],
"scripts": {
"dev": "pear run -d .",
"test": "brittle test/*.test.js",
"fix": "standard --fix"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/pearwords/issues"
},
"homepage": "https://github.com/holepunchto/pearwords#readme",
"dependencies": {
"autopass": "^1.0.2",
"bare-fs": "^3.0.2",
"corestore": "^6.18.4",
"sweetalert2": "^11.14.1"
},
"devDependencies": {
"brittle": "^3.0.0",
"pear-interface": "^1.0.0",
"standard": "^17.1.2"
}
}