-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "blob-stream",
"description": "A choo, hyperlog, webtorrent experiment: sync images peer-to-peer.",
"version": "0.2.1",
"scripts": {
"test": "standard && tape test.js",
"start": "budo --live --host localhost index.js:app.js",
"legacy": "cd legacy && env HEADLESS=true npm start",
"reset-legacy": "rm -rf legacy/ephemeral/known_files.db legacy/ephemeral/hyperlog_state/",
"build": "browserify index.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pguth/blob-stream.git"
},
"author": "Per Guth <mail@perguth.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pguth/blob-stream/issues"
},
"homepage": "https://github.com/pguth/blob-stream#readme",
"dependencies": {
"choo": "^3.2.0",
"debug": "^2.2.0",
"hyperlog": "^4.10.0",
"memdb": "^1.3.1",
"signalhub": "^4.7.4",
"webrtc-swarm": "^2.6.1",
"webtorrent": "^0.95.2"
},
"devDependencies": {
"browserify": "^13.1.0",
"budo": "^8.3.0"
}
}