-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 892 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": "jazz-midi-electron",
"version": "2.0.2",
"description": "MIDI for Electron",
"main": "jazz-midi-electron.js",
"scripts": {
"test": "nyc mocha test/wv.js && nyc --no-clean mocha test/be.js",
"lint": "eslint jazz-midi-electron.js",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"midi2",
"webmidi",
"webmidiapi",
"web-midi",
"web-midi-api",
"electron"
],
"author": "jazz-soft (http://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/jazz-midi-electron.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://github.com/jazz-soft/jazz-midi-electron/issues",
"license": "MIT",
"devDependencies": {
"electron": "^30.0.8",
"eslint": "^9.3.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0"
}
}