-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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",
"version": "1.8.8",
"description": "MIDI library for Node.js and web-browsers",
"main": "javascript/JZZ.js",
"scripts": {
"test": "nyc mocha test/common.js && nyc --no-clean mocha test/engine1.js && nyc --no-clean mocha test/engine2.js && nyc --no-clean mocha test/engine3.js && nyc --no-clean mocha test/async.js && mocha test/minified.js",
"lint": "eslint javascript test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"midi2",
"webmidi",
"webmidiapi",
"web-midi",
"web-midi-api"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"@types/webmidi": "^2.1.0",
"jazz-midi": "^1.7.9"
},
"devDependencies": {
"eslint": "^9.17.0",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"midi-test": "^1.3.1",
"mocha": "^11.0.1",
"nyc": "^17.1.0",
"web-audio-test": "^0.0.8",
"web-midi-test": "^1.2.8"
},
"runkitExampleFilename": "runkit.js",
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://github.com/jazz-soft/JZZ/issues",
"license": "MIT"
}