-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 996 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
39
40
41
{
"name": "polymer-midi-player",
"version": "1.1.9",
"description": "MIDI Player Web Component",
"main": "index.js",
"scripts": {
"test": "polymer serve --open"
},
"keywords": [
"midi",
"midi2",
"midi-file",
"midi-player",
"music",
"player",
"polymer",
"webcomponent",
"web-components",
"web-component"
],
"author": "jazz-soft (https://jazz-soft.net/)",
"dependencies": {
"@polymer/polymer": "^3.5.1",
"@webcomponents/webcomponentsjs": "^2.8.0",
"jzz": "^1.8.4",
"jzz-gui-player": "^1.7.4",
"jzz-midi-smf": "^1.9.2",
"jzz-synth-tiny": "^1.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jazz-soft/polymer-midi-player.git"
},
"bugs": "https://github.com/jazz-soft/polymer-midi-player/issues",
"homepage": "https://github.com/jazz-soft/polymer-midi-player#readme",
"license": "MIT",
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-concat": "^2.1.0"
}
}