-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.18 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
{
"private": true,
"name": "bare",
"description": "Small and modular JavaScript runtime for desktop and mobile",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare/issues"
},
"homepage": "https://github.com/holepunchto/bare#readme",
"dependencies": {
"bare-addon-resolve": "^1.4.1",
"bare-buffer": "^2.0.0",
"bare-console": "^5.0.0",
"bare-events": "^2.0.0",
"bare-hrtime": "^2.0.0",
"bare-inspect": "^3.0.0",
"bare-inspector": "^3.0.0",
"bare-module": "^4.1.0",
"bare-module-resolve": "^1.6.1",
"bare-os": "^3.0.1",
"bare-path": "^3.0.0",
"bare-repl": "^3.0.0",
"bare-structured-clone": "^1.0.2",
"bare-timers": "^2.0.0",
"bare-tty": "^4.0.0",
"bare-url": "^2.0.0",
"paparam": "^1.1.2"
},
"devDependencies": {
"bare-assert": "^1.0.0",
"bare-http1": "^3.2.0",
"cmake-bare": "^1.1.7",
"cmake-bare-bundle": "^1.0.1",
"cmake-drive": "^1.0.2",
"cmake-npm": "^1.0.2",
"standard": "^17.0.0"
}
}