-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
47
48
49
50
{
"name": "play-live-server",
"version": "1.0.2",
"description": "Simple servers which enable distributed musical performance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/obensource/play-live-server.git"
},
"keywords": [
"['audio'",
"'music'",
"'realtime'",
"'distributed'",
"'performance'",
"'ws'",
"'websockets'",
"'P2P'",
"'peer2peer'",
"'peer-to-peer'",
"'web",
"audio'",
"'web",
"MIDI'",
"'server']"
],
"author": "Ben Michel <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/obensource/play-live-server/issues"
},
"homepage": "https://github.com/obensource/play-live-server#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"dependencies": {
"@hapi/hapi": "^20.1.0",
"@hapi/inert": "^6.0.3",
"joi": "^17.3.0",
"ws": "^4.1.0"
}
}