-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 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
38
{
"name": "jzz-midi-gear",
"version": "1.3.6",
"description": "Retrieve your MIDI device model and manufacturer",
"main": "javascript/JZZ.midi.Gear.js",
"scripts": {
"test": "nyc mocha",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"webmidi",
"webmidiapi",
"web-midi",
"web-midi-api",
"sysex"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.6"
},
"devDependencies": {
"eslint": "^9.10.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"mocha": "^10.7.3",
"nyc": "^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-midi-Gear.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://jazz-soft.org",
"license": "MIT"
}