-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 920 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 920 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
{
"name": "DynScore",
"version": "1.0.0",
"description": "livecode musical scores with SuperCollider and Lilypond",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leandroyako/DynScore.git"
},
"author": "leandro yako",
"license": "GPL 3.0",
"bugs": {
"url": "https://github.com/leandroyako/DynScore/issues"
},
"homepage": "https://github.com/leandroyako/DynScore#readme",
"dependencies": {
"abletonlink": "^0.1.3",
"ejs": "^3.1.8",
"express": "^4.18.1",
"local-ip": "^2.0.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"socket.io": "^4.5.1"
},
"devDependencies": {
"node-localstorage": "^2.2.1",
"osc-js": "^2.3.2",
"supertest": "^6.2.4"
}
}