-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1011 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
34
35
36
37
38
{
"name": "react-midi-player",
"version": "1.0.8",
"description": "React MIDI Player component",
"main": "react-midi-player.js",
"scripts": {
"test": "nyc instrument ./react-midi-player.js ./test/.instrumented && nyc mocha",
"lint": "eslint react-midi-player.js",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"react",
"midi",
"midi2",
"player"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.9.3",
"jzz-gui-player": "^1.7.7",
"jzz-midi-smf": "^1.9.8",
"jzz-synth-tiny": "^1.4.3"
},
"devDependencies": {
"eslint": "^9.25.0",
"jsdom": "^26.1.0",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"web-midi-test": "^1.2.9"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/react-midi-player.git"
},
"homepage": "https://github.com/jazz-soft/react-midi-player#readme",
"bugs": "https://github.com/jazz-soft/react-midi-player/issues",
"license": "MIT"
}