-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 845 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 845 Bytes
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
{
"name": "p5live",
"version": "1.8.1",
"description": "p5.js collaborative live-coding vj environment!",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url_comment": "git+ssh://git@github.com/ffd8/p5live.git"
},
"keywords": [
"live-coding",
"creative-coding",
"p5js",
"visuals",
"CRDT",
"RGA",
"Ace",
"Collaborative"
],
"author": "Ted Davis",
"license": "GPL",
"bugs": {
"url": "https://github.com/ffd8/p5live/issues"
},
"homepage": "https://github.com/ffd8/p5live/",
"dependencies": {
"express": "^4.21.1",
"http-proxy": "^1.18.1",
"node-osc": "^4.1.9",
"pem": "^1.14.8",
"socket.io": "^2.5.1"
}
}