-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "jzz-synth-tiny",
"version": "1.4.2",
"description": "Tiny Web-Audio GM synth",
"main": "javascript/JZZ.synth.Tiny.js",
"scripts": {
"test": "nyc mocha test/mocha.js",
"lint": "eslint test",
"coverage": "nyc report --reporter=lcov"
},
"keywords": [
"midi",
"midi-synth",
"general-midi",
"webaudio",
"webaudioapi",
"web-audio",
"web-audio-api",
"synth"
],
"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",
"jzz-gui-player": "^1.7.5",
"jzz-midi-gm": "^1.3.9",
"jzz-midi-smf": "^1.9.5",
"mocha": "^10.7.3",
"node-web-audio-api": "^0.21.1",
"nyc": "^17.0.0",
"web-audio-test": "^0.0.8"
},
"runkitExampleFilename": "runkit.js",
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/JZZ-synth-Tiny.git"
},
"homepage": "https://jazz-soft.net",
"bugs": "https://jazz-soft.org",
"license": "MIT"
}