-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 977 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
40
41
42
43
{
"name": "livelook",
"version": "0.0.0",
"description": "soulseek client in javascript",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misterhat/livelook.git"
},
"keywords": [
"soulseek",
"slsk",
"p2p",
"mp3",
"client"
],
"author": "Zorian Medwid <[email protected]>",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/misterhat/livelook/issues"
},
"homepage": "https://github.com/misterhat/livelook#readme",
"devDependencies": {
"tap": "^13.0.4"
},
"dependencies": {
"async": "^2.6.2",
"chokidar": "^3.0.0",
"get-port": "^5.0.0",
"int64-buffer": "^0.99.1007",
"lazystream": "^1.0.0",
"music-metadata": "^3.6.1",
"nat-pmp": "^1.0.0",
"network": "^0.4.1",
"recursive-readdir": "^2.2.2",
"speedtest-net": "^1.5.1",
"stream-throttle": "^0.1.3",
"tmp": "^0.1.0"
}
}