-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "hypercore-stats-ui",
"version": "2.0.0",
"description": "HTML based stats ui for hypercore/hyperdrive",
"main": "index.js",
"dependencies": {
"browserify": "^16.1.1",
"corsify": "^2.1.0",
"event-source-stream": "^1.5.0",
"pretty-bytes": "^4.0.2",
"speedometer": "^1.0.0"
},
"scripts": {
"build": "browserify example/app.js > example/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/hypercore-stats-ui.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/hypercore-stats-ui/issues"
},
"homepage": "https://github.com/mafintosh/hypercore-stats-ui",
"devDependencies": {
"hypercore": "^6.13.0",
"hypercore-stats-server": "^2.0.0",
"hyperdiscovery": "^7.0.0",
"hyperdrive": "^9.12.3",
"minimist": "^1.2.0",
"random-access-memory": "^2.4.0"
}
}