-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 956 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
38
39
40
41
{
"name": "jzz-midi-gm",
"version": "1.3.9",
"description": "General MIDI / GM2 / GS / XG instrument names",
"main": "javascript/JZZ.midi.GM.js",
"scripts": {
"test": "nyc mocha",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"general-midi",
"GM",
"GM2",
"GS",
"XG"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.5"
},
"devDependencies": {
"eslint": "^9.6.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jzz-gui-select": "^1.1.5",
"jzz-input-kbd": "^1.3.3",
"jzz-synth-tiny": "^1.4.0",
"mocha": "^10.5.2",
"nyc": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-midi-GM.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://jazz-soft.org",
"license": "MIT"
}