-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
37 lines (37 loc) · 833 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
{
"name": "root",
"description": "Web-based P2P collaborative editor for live coding music and graphics",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/munshkr/flok.git"
},
"scripts": {
"build": "lerna run build",
"check": "lerna run check",
"lint": "lerna run lint",
"format": "lerna run format"
},
"keywords": [
"codemirror",
"webrtc",
"websockets",
"live-coding",
"collaborative-editing"
],
"author": "Damián Silvani <[email protected]>",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/munshkr/flok/issues"
},
"homepage": "https://github.com/munshkr/flok#readme",
"devDependencies": {
"lerna": "^6.5.1"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"react-rnd": "^10.4.1"
}
}