-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "jzz-input-kbd",
"version": "1.3.3",
"description": "Virtual piano controls for your MIDI projects",
"main": "javascript/JZZ.input.Kbd.js",
"scripts": {
"test": "nyc instrument ./javascript ./test/.instrumented && nyc mocha",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"webmidi",
"webmidiapi",
"web-midi",
"web-midi-api",
"piano",
"keyboard"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"jzz": "^1.8.4"
},
"devDependencies": {
"eslint": "^9.5.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"jsdom": "^24.1.0",
"jzz-synth-tiny": "^1.4.0",
"mocha": "^10.4.0",
"nyc": "^17.0.0",
"web-midi-test": "^1.2.8"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-input-Kbd.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://github.com/jazz-soft/JZZ-input-Kbd/issues",
"license": "MIT"
}