-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.04 KB
/
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
46
47
48
49
50
{
"name": "pear-desktop",
"version": "1.0.0",
"main": "index.html",
"type": "module",
"scripts": {
"test": "standard --fix",
"check-urls": "node test/urls.tests.cjs"
},
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"standard": {
"globals": [
"Pear"
]
},
"dependencies": {
"b4a": "^1.6.4",
"bare-path": "^2.1.0",
"pear-inspect": "^1.0.3",
"redhat-overpass-font": "^1.0.0",
"ws": "^8.16.0"
},
"devDependencies": {
"brittle": "^3.4.0",
"standard": "^17.1.0"
},
"license": "Apache-2.0",
"description": "> The Pear Runtime Pear Desktop Application",
"directories": {
"example": "examples",
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/pear-desktop.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/holepunchto/pear-desktop/issues"
},
"homepage": "https://github.com/holepunchto/pear-desktop#readme"
}