forked from grame-cncm/inscoreweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.11 KB
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
{
"name": "inscore",
"version": "1.0.0",
"description": "INScore - a package the design of dynamic, interactive, augmented music scores",
"main": "index.html",
"scripts": {
"build": "make examples && make",
"dist": "make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grame-cncm/inscore.git"
},
"keywords": [
"INScore",
"Music notation"
],
"author": "Grame-CNCM",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/grame-cncm/inscore/issues"
},
"homepage": "https://github.com/grame-cncm/inscore#readme",
"dependencies": {
"@grame/guidolib": "^1.7.1",
"@grame/inscorejs": "^1.0.1-beta",
"@grame/libfaust": "^1.0.1-beta",
"@grame/libmusicxml": "^3.19.1",
"@types/codemirror": "0.0.91",
"@types/jquery": "^3.5.5",
"@types/jqueryui": "^1.12.13",
"@types/node": "^13.13.36",
"bootstrap": "^3.4.0",
"codemirror": "^5.58.3",
"css-loader": "^2.1.1",
"directory-tree": "^2.2.5",
"jquery": "^3.5.1",
"minify": "^5.2.0",
"verovio": "^3.0.2"
}
}