-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 KB
/
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
42
43
{
"name": "jzz-gui-player",
"version": "1.7.6",
"description": "MIDI Player GUI for browsers",
"main": "javascript/JZZ.gui.Player.js",
"scripts": {
"test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"midi2",
"midi-file",
"midi-clip",
"midi-player",
"player"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.7",
"jzz-midi-smf": "^1.9.6"
},
"devDependencies": {
"eslint": "^9.16.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jsdom": "^25.0.1",
"jzz-synth-tiny": "^1.4.2",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"web-midi-test": "^1.2.8"
},
"runkitExampleFilename": "runkit.js",
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-gui-Player.git"
},
"homepage": "https://jazz-soft.net/doc/JZZ/midiplayer.html",
"bugs": "https://jazz-soft.org",
"license": "MIT"
}