forked from grame-cncm/guidoeditorweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 964 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": "guidoeditorweb",
"version": "1.0.0",
"description": "Guido Editor",
"main": "index.html",
"scripts": {
"build": "make examples && make guidolib",
"dist": "make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grame-cncm/guidoeditorweb.git"
},
"keywords": [
"Guido",
"Music notation"
],
"author": "Grame-CNCM",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/grame-cncm/guidoeditorweb/issues"
},
"homepage": "https://github.com/grame-cncm/guidoeditorweb#readme",
"dependencies": {
"@grame/guidolib": "^1.7.6",
"@grame/libmusicxml": "^3.22.0",
"@types/codemirror": "5.60.5",
"@types/jquery": "^3.5.10",
"@types/node": "^16.11.12",
"bootstrap": "^3.4.0",
"codemirror": "^5.64.0",
"css-loader": "^6.5.1",
"directory-tree": "^2.2.4",
"jquery": ">=3.6.0",
"minify": "^8.0.3"
}
}