-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
39 lines (38 loc) · 1017 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
{
"name": "browserV2",
"version": "0.0.1",
"description": "balenaBlock that provides a chromium browser wrapped in some balena genius",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balena-labs-projects/browser.git"
},
"private": true,
"keywords": [
"balena",
"browser",
"chromium"
],
"author": "Phil Wilson <[email protected]>",
"license": "Apache-2.0",
"jshintConfig": {
"esversion": 8
},
"bugs": {
"url": "https://github.com/balena-labs-projects/browser/issues"
},
"homepage": "https://github.com/balena-labs-projects/browser#readme",
"dependencies": {
"chrome-launcher": "^0.13.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dateformat": "^3.0.3",
"debug": "^4.1.1",
"express": "^4.17.1",
"bent": "7.3.10",
"set-interval-async": "^1.0.34"
}
}